Class: Wx::AUI::AuiNotebookPage
- Inherits:
-
Object
- Object
- Wx::AUI::AuiNotebookPage
- Defined in:
- lib/wx/doc/gen/aui/aui_notebook.rb
Overview
This class is untracked and should not be derived from nor instances extended!
Holds information about a page in AuiNotebook.
An object of this class is notably passed to Wx::AUI::AuiTabArt#draw_tab and is used by it to render the pages tab accordingly.
Category: Window Docking (wxAUI)
Instance Method Summary collapse
-
#active ⇒ Boolean
True if the page is the currently selected page.
-
#active=(val) ⇒ void
True if the page is the currently selected page.
-
#bitmap ⇒ Wx::BitmapBundle
Bitmap shown in the tab if valid.
-
#bitmap=(val) ⇒ void
Bitmap shown in the tab if valid.
-
#caption ⇒ String
Text displayed on the tab.
-
#caption=(val) ⇒ void
Text displayed on the tab.
-
#tooltip ⇒ String
Tooltip displayed when hovering over tab title.
-
#tooltip=(val) ⇒ void
Tooltip displayed when hovering over tab title.
-
#window ⇒ Wx::Window
Window shown on this page.
-
#window=(val) ⇒ void
Window shown on this page.
Instance Method Details
#active ⇒ Boolean
True if the page is the currently selected page.
598 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 598 def active; end |
#active=(val) ⇒ void
This method returns an undefined value.
True if the page is the currently selected page.
604 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 604 def active=(val); end |
#bitmap ⇒ Wx::BitmapBundle
Bitmap shown in the tab if valid.
586 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 586 def bitmap; end |
#bitmap=(val) ⇒ void
This method returns an undefined value.
Bitmap shown in the tab if valid.
592 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 592 def bitmap=(val); end |
#caption ⇒ String
Text displayed on the tab.
562 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 562 def caption; end |
#caption=(val) ⇒ void
This method returns an undefined value.
Text displayed on the tab.
568 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 568 def caption=(val); end |
#tooltip ⇒ String
Tooltip displayed when hovering over tab title.
574 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 574 def tooltip; end |
#tooltip=(val) ⇒ void
This method returns an undefined value.
Tooltip displayed when hovering over tab title.
580 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 580 def tooltip=(val); end |
#window ⇒ Wx::Window
Window shown on this page.
550 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 550 def window; end |
#window=(val) ⇒ void
This method returns an undefined value.
Window shown on this page.
556 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 556 def window=(val); end |