SourceForge.net wxAuiNotebook

wxAuiNotebook

wxAuiNotebook

Creation Parameters
wxAuiNotebook is part of the wxAUI class framework. See also the Advanced User Interface overview.

wxAuiNotebook is a notebook control which implements many features common in applications with dockable panes. Specifically, wxAuiNotebook implements functionality which allows the user to rearrange tab order via drag-and-drop, split the tab window into many different splitter configurations, and toggle through different themes to customize the control's look and feel (not fully implemented in wxEuphoria v0.11)

An effort has been made to try to maintain an API as similar to that of wxNotebook.

Functions/Procedures
Supertopics

wxAuiNotebook

[func]
aui_get_selection
( atom nb )

Category: wxAuiNotebook


wxAuiNotebook

[func]
aui_notebook_add_page
( atom nb, atom page, sequence caption, atom select, atom bitmap )

Category: wxAuiNotebook


wxAuiNotebook

[func]
aui_notebook_delete_page
( atom nb, atom page )

Category: wxAuiNotebook


wxAuiNotebook

[func]
aui_notebook_get_art_provider
( atom nb )

Category: wxAuiNotebook


wxAuiNotebook

[func]
aui_notebook_get_page
( atom nb, atom page_idx )

Category: wxAuiNotebook


wxAuiNotebook

[func]
aui_notebook_get_page_bitmap
( atom nb, atom page )

Category: wxAuiNotebook


wxAuiNotebook

[func]
aui_notebook_get_page_count
( atom nb )

Category: wxAuiNotebook


wxAuiNotebook

[func]
aui_notebook_get_page_index
( atom nb, atom page_wnd )

Category: wxAuiNotebook


wxAuiNotebook

[func]
aui_notebook_insert_page
( atom nb, atom page_idx, atom page, sequence caption, atom select, atom bitmap )

Category: wxAuiNotebook


wxAuiNotebook

[func]
aui_notebook_remove_page
( atom nb, atom page )

Category: wxAuiNotebook


wxAuiNotebook

[proc]
aui_notebook_set_art_provider
( atom nb, atom art )

Category: wxAuiNotebook


wxAuiNotebook

[func]
aui_notebook_set_page_bitmap
( atom nb, atom page, atom bitmap )

Category: wxAuiNotebook


wxAuiNotebook

[func]
aui_notebook_set_page_text
( atom nb, atom page, sequence text )

Category: wxAuiNotebook


wxAuiNotebook

[func]
aui_notebook_set_selection
( atom nb, atom new_page )

Category: wxAuiNotebook


wxAuiNotebook

[proc]
aui_notebook_set_tab_ctrl_height
( atom nb, atom height )

Category: wxAuiNotebook


wxAuiNotebook

[proc]
aui_notebook_set_uniform_bitmap_size
( atom nb, atom x, atom y )

Category: wxAuiNotebook


wxAuiNotebook

[proc]
aui_notebook_split
( atom nb, atom page, atom direction )

Category: wxAuiNotebook