00001 /* $Id: dropdown_func.h 12971 2008-05-06 15:11:33Z rubidium $ */ 00002 00005 #ifndef WIDGETS_DROPDOWN_FUNC_H 00006 #define WIDGETS_DROPDOWN_FUNC_H 00007 00008 /* Show drop down menu containing a fixed list of strings */ 00009 void ShowDropDownMenu(Window *w, const StringID *strings, int selected, int button, uint32 disabled_mask, uint32 hidden_mask, uint width = 0); 00010 00011 /* Hide drop down menu of a parent window */ 00012 void HideDropDownMenu(Window *pw); 00013 00014 #endif /* WIDGETS_DROPDOWN_FUNC_H */
1.5.6