00001 /* $Id: dropdown_func.h 11848 2008-01-14 16:10:58Z peter1138 $ */ 00002 00003 #ifndef WIDGETS_DROPDOWN_FUNC_H 00004 #define WIDGETS_DROPDOWN_FUNC_H 00005 00006 /* Show drop down menu containing a fixed list of strings */ 00007 void ShowDropDownMenu(Window *w, const StringID *strings, int selected, int button, uint32 disabled_mask, uint32 hidden_mask); 00008 00009 /* Hide drop down menu of a parent window */ 00010 void HideDropDownMenu(Window *pw); 00011 00012 #endif /* WIDGETS_DROPDOWN_FUNC_H */