wex v24.10.0
|
Offers user data to be used by notebook. More...
#include <wex/data/notebook.h>
Public Member Functions | |
const auto & | bitmap () const |
Returns bitmap bundle for the page. | |
notebook & | bitmap (const wxBitmapBundle &rhs) |
Sets bitmap bundle. | |
const auto & | caption () const |
Returns caption for the page, if empty uses key as caption. | |
notebook & | caption (const std::string &rhs) |
Sets caption. | |
size_t | index () const |
Returns index for the page. | |
notebook & | index (size_t rhs) |
Sets index. | |
const auto & | key () const |
Returns key for the page. | |
notebook & | key (const std::string &rhs) |
Sets key. | |
wxWindow * | page () const |
Returns page to add. | |
notebook & | page (wxWindow *rhs) |
Sets page. | |
bool | select () const |
Returns select the page after it is inserted. | |
notebook & | select () |
Sets select. | |
Offers user data to be used by notebook.
notebook & wex::data::notebook::select | ( | ) |
Sets select.
Default not selected.