dropdown_func.h

Go to the documentation of this file.
00001 /* $Id: dropdown_func.h 15312 2009-02-01 22:32:07Z peter1138 $ */
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 int HideDropDownMenu(Window *pw);
00013 
00014 #endif /* WIDGETS_DROPDOWN_FUNC_H */

Generated on Mon Mar 23 00:25:25 2009 for OpenTTD by  doxygen 1.5.6