(svn r12619) -Codechange: lots of documentation about window related stuff. Patch by Alberth.
This commit is contained in:
@@ -313,6 +313,10 @@ void ShowDropDownMenu(Window *w, const StringID *strings, int selected, int butt
|
||||
ShowDropDownList(w, list, selected, button);
|
||||
}
|
||||
|
||||
/**
|
||||
* Delete the drop-down menu from window \a pw
|
||||
* @param pw Parent window of the drop-down menu window
|
||||
*/
|
||||
void HideDropDownMenu(Window *pw)
|
||||
{
|
||||
Window **wz;
|
||||
|
Reference in New Issue
Block a user