back to gui
wxChoicebook
generated from ../src/mod_gui/control/choicebook.cpp
wxChoicebook is a class similar to wxNotebook but which uses a wxChoice to show the labels instead of the tabs.
Constants
Styles
| Name |
Description |
| DEFAULT |
|
| TOP |
|
| BOTTOM |
|
| LEFT |
|
| RIGHT |
|
Constructor
wxChoicebook
wxChoicebook()
wxChoicebook(Parent,
Id,
Pos = wxDefaultPosition,
Size = wxDefaultSize,
Style = 0)
| Name |
Type |
Default |
Description |
| Parent |
wxWindow |
|
The parent of the notebook. |
| Id |
Integer |
|
An window identifier. Use -1 when you don't need it.
|
| Pos |
wxPoint |
wxDefaultPosition |
The position of the notebook on the given parent.
|
| Size |
wxSize |
wxDefaultSize |
The size of the notebook.
|
| Style |
Integer |
0 |
The notebook style
|
Constructs a new wChoicebook.
Methods
create
create(Parent,
Id,
Pos = wxDefaultPosition,
Size = wxDefaultSize,
Style = 0) : Boolean
| Name |
Type |
Default |
Description |
| Parent |
wxWindow |
|
The parent of the notebook. |
| Id |
Integer |
|
An window identifier. Use -1 when you don't need it.
|
| Pos |
wxPoint |
wxDefaultPosition |
The position of the notebook on the given parent.
|
| Size |
wxSize |
wxDefaultSize |
The size of the notebook.
|
| Style |
Integer |
0 |
The notebook style
|
Creates a wxChoicebook.
Events
| onPageChanged |
|
| onPageChanging |
|