Class: Wx::AUI::AuiNotebookPosition

Inherits:
Object
  • Object
show all
Defined in:
lib/wx/doc/gen/aui/aui_notebook.rb

Overview

Note:

This class is untracked and should not be derived from nor instances extended!

Simple struct combining AuiTabCtrl with the position inside it.

This information fully determines the position of the page in AuiNotebook, see Wx::AUI::AuiNotebook#get_page_position.

Requires:

  • USE_AUI

Instance Method Summary collapse

Instance Method Details

#tab_ctrlWx::AUI::AuiTabCtrl

Tab control containing the page or nil if the position is invalid.

Returns:

  • (Wx::AUI::AuiTabCtrl)


621
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 621

def tab_ctrl; end

#tab_idxInteger

Index of the page in this tab control or NOT_FOUND if invalid.

Returns:

  • (Integer)


627
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 627

def tab_idx; end