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


Public Member Functions | |
| DropDownScrollWnd (Window *parent, int x, int y, int w, strconst txt="", int sW=200, int sH=200, bool is2D=true, int hor=1, int vert=1, int options=PlusMinus) | |
| DropDownScrollWnd (Window *parent, int w, strconst txt="", int sW=200, int sH=200, bool is2D=true, int hor=1, int vert=1, int options=PlusMinus) | |
| ScrollWnd * | Scroller () |
Protected Attributes | |
| ScrollWnd * | mScrollWnd |
Private Member Functions | |
| void | Init (int sW, int sH, int hor, int ver, bool is2D) |
Definition at line 19 of file DropDownScrollWnd.h.
1.5.1