____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"#include <widgets.h>

Public Member Functions | |
| DropDownWidget () | |
| void | setList (lua_State *lua, lua_Object *lo) |
| virtual void | setSize (int width, int height) |
Definition at line 272 of file widgets.h.
| void DropDownWidget::setList | ( | lua_State * | lua, | |
| lua_Object * | lo | |||
| ) |
| void DropDownWidget::setSize | ( | int | width, | |
| int | height | |||
| ) | [virtual] |
Set the drop down size
Reimplemented from gcn::Widget.
Definition at line 1361 of file widgets.cpp.
References gcn::DropDown::getListBox().
1.5.6