wex v24.04.0
Public Member Functions | List of all members
wex::data::notebook Class Reference

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.
 
notebookbitmap (const wxBitmapBundle &rhs)
 Sets bitmap bundle.
 
const auto & caption () const
 Returns caption for the page, if empty uses key as caption.
 
notebookcaption (const std::string &rhs)
 Sets caption.
 
size_t index () const
 Returns index for the page.
 
notebookindex (size_t rhs)
 Sets index.
 
const auto & key () const
 Returns key for the page.
 
notebookkey (const std::string &rhs)
 Sets key.
 
wxWindow * page () const
 Returns page to add.
 
notebookpage (wxWindow *rhs)
 Sets page.
 
bool select () const
 Returns select the page after it is inserted.
 
notebookselect ()
 Sets select.
 

Detailed Description

Offers user data to be used by notebook.

Member Function Documentation

◆ select()

notebook & wex::data::notebook::select ( )

Sets select.

Default not selected.