Class: Wx::AUI::AuiNotebookPosition
- Inherits:
-
Object
- Object
- Wx::AUI::AuiNotebookPosition
- 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.
Instance Method Summary collapse
-
#tab_ctrl ⇒ Wx::AUI::AuiTabCtrl
Tab control containing the page or nil if the position is invalid.
-
#tab_idx ⇒ Integer
Index of the page in this tab control or NOT_FOUND if invalid.
Instance Method Details
#tab_ctrl ⇒ Wx::AUI::AuiTabCtrl
Tab control containing the page or nil if the position is invalid.
621 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 621 def tab_ctrl; end |
#tab_idx ⇒ Integer
Index of the page in this tab control or NOT_FOUND if invalid.
627 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 627 def tab_idx; end |