12 #ifndef WIDGETS_DROPDOWN_FUNC_H 13 #define WIDGETS_DROPDOWN_FUNC_H 15 #include "../window_gui.h" void ShowDropDownMenu(Window *w, const StringID *strings, int selected, int button, uint32 disabled_mask, uint32 hidden_mask, uint width=0)
Show a dropdown menu window near a widget of the parent window.
Data structure for an opened window.
int HideDropDownMenu(Window *pw)
Delete the drop-down menu from window pw.
uint32 StringID
Numeric value that represents a string, independent of the selected language.