#include <DropDownStringSelector.h>
Inheritance diagram for OglGui::DropDownStringSelector:


Public Member Functions | |
| DropDownStringSelector (Window *parent, int x, int y, int w, strconst txt="", int dropW=200, int dropH=100, int options=PlusMinus) | |
| DropDownStringSelector (Window *parent, int w, strconst txt="", int dropW=200, int dropH=100, int options=PlusMinus) | |
| StringSelector * | StrSelector () |
Protected Attributes | |
| StringSelector * | mStrSelector |
Private Member Functions | |
| void | Init (int dropW, int dropH) |
Definition at line 20 of file DropDownStringSelector.h.
1.5.1