(svn r12619) -Codechange: lots of documentation about window related stuff. Patch by Alberth.

This commit is contained in:
rubidium
2008-04-07 20:28:58 +00:00
parent 16cb871398
commit 1dc0af3248
10 changed files with 329 additions and 131 deletions

View File

@@ -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;