peter1138@8284: /* $Id$ */ peter1138@8284: rubidium@9111: /** @file dropdown_func.h Functions related to the drop down widget. */ rubidium@9111: peter1138@8284: #ifndef WIDGETS_DROPDOWN_FUNC_H peter1138@8284: #define WIDGETS_DROPDOWN_FUNC_H peter1138@8284: peter1138@8284: /* Show drop down menu containing a fixed list of strings */ rubidium@8877: void ShowDropDownMenu(Window *w, const StringID *strings, int selected, int button, uint32 disabled_mask, uint32 hidden_mask, uint width = 0); peter1138@8284: peter1138@8284: /* Hide drop down menu of a parent window */ peter1138@8284: void HideDropDownMenu(Window *pw); peter1138@8284: peter1138@8284: #endif /* WIDGETS_DROPDOWN_FUNC_H */