|
#include <CComboBox.h>

Public Member Functions | |
| CListBox (const char *label=0, int layoutSize=10, CLayoutAlign layoutAlign=SP_ALIGN_TOP) | |
| virtual CControlKind | kind () const |
| virtual std::string | className () const |
The extended version of standard list box that exists in any OS. It may include up to four special buttons to insert, edit, delete, refresh data inside the list.
| sptk::CListBox::CListBox | ( | const char * | label = 0, |
|
| int | layoutSize = 10, |
|||
| CLayoutAlign | layoutAlign = SP_ALIGN_TOP | |||
| ) |
Constructor in SPTK style
| label | const char *, label | |
| layoutSize | int, widget align in layout | |
| layoutAlign | CLayoutAlign, widget align in layout |
| virtual std::string sptk::CListBox::className | ( | ) | const [inline, virtual] |
| virtual CControlKind sptk::CListBox::kind | ( | ) | const [inline, virtual] |
SPTK RTTI information
Implements sptk::CControl.
References sptk::DCV_LISTBOX.