|
#include <CDropDownBox.h>

Public Member Functions | |
| CDBDropDownList (int w, int h, const char *label=0) | |
| virtual void | resize (int x, int y, int w, int h) |
| virtual bool | preferredSize (int &w, int &h) |
Public Attributes | |
| CDBDropDownListView * | listView |
| Modified list view widget. | |
Protected Member Functions | |
| int | handle (int) |
| Special version of handle() function. | |
Friends | |
| class | CBaseListBox |
| class | CDBDropDownListView |
Designed specifically for CComboBox.
| sptk::CDBDropDownList::CDBDropDownList | ( | int | w, | |
| int | h, | |||
| const char * | label = 0 | |||
| ) |
Constructor
| w | int, window width | |
| h | int, window height | |
| label | const char *, window caption |
| virtual bool sptk::CDBDropDownList::preferredSize | ( | int & | w, | |
| int & | h | |||
| ) | [virtual] |
Computes the preferred size of the popup window
| w | int&, input - width offered by the program, output - width required by widget | |
| h | int&, input - height offered by the program, output - height required by widget |
Reimplemented from sptk::CWindow.
| virtual void sptk::CDBDropDownList::resize | ( | int | x, | |
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) | [virtual] |
Resizes window and internal widgets
| x | int, x-position | |
| y | int, y-position | |
| w | int, width | |
| h | int, height |
Reimplemented from sptk::CWindow.