class csListBox : public csComponent List box class is a rectangle which contains a number of list box items
List box class is a rectangle which contains a number of list box items. List box can have only one selected item at a time (if CSLBS_MULTIPLESEL style is not specified) or have multiple selected items at a time (if that style flag is set).
csListBoxFrameStyle FrameStyle
int BorderWidth
csComponent* first
csComponent* firstvisible
bool selstate
int vertcount
csScrollBar* hscroll
csScrollBarStatus hsbstatus
int deltax
csListBox(csComponent *iParent, int iStyle = CSLBS_DEFAULTVALUE, csListBoxFrameStyle iFrameStyle = cslfsThickRect)
virtual bool HandleEvent(csEvent &Event)
virtual void Draw()
void PlaceItems(bool setscrollbars = true)
virtual bool SetRect(int xmin, int ymin, int xmax, int ymax)
csComponent* ForEachItem(bool (*func) (csComponent *child, void *param), void *param = NULL, bool iSelected = true)
void MakeItemVisible(csComponent *item)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de