Changeset - r9564:2a26e08ef4f1
[Not reviewed]
master
0 1 0
belugas - 16 years ago 2008-06-19 20:04:24
belugas@openttd.org
(svn r13588) -Documentation: Document the function PopupMainPlayerToolbMenu. Makes it a bit clearer, don't you think?
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/toolbar_gui.cpp
Show inline comments
 
@@ -1611,6 +1611,11 @@ static const Widget _player_menu_widgets
 
{ WIDGETS_END},
 
};
 

	
 
/** Shows the list of players appearing under the buttons that are linked to options for
 
 * multiple players.
 
 * @param parent Window who triggered that action.  It's the toolbar, in fact
 
 * @param main_button widget which has been used
 
 * @param gray bit-mapping of the items that will need to be grayed out once displayed */
 
static void PopupMainPlayerToolbMenu(Window *parent, int main_button, int gray)
 
{
 
	parent->LowerWidget(main_button);
0 comments (0 inline, 0 general)