Class: Wx::AUI::AuiNotebookPage
- Inherits:
-
Object
- Object
- Wx::AUI::AuiNotebookPage
- 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!
A simple class which holds information about the notebookâs pages and their state.
Category: Window Docking (wxAUI)
Instance Method Summary collapse
- #active ⇒ Boolean
- #active=(val) ⇒ void
- #bitmap ⇒ Wx::BitmapBundle
- #bitmap=(val) ⇒ void
- #caption ⇒ String
- #caption=(val) ⇒ void
- #rect ⇒ Wx::Rect
- #rect=(val) ⇒ void
- #tooltip ⇒ String
- #tooltip=(val) ⇒ void
- #window ⇒ Wx::Window
- #window=(val) ⇒ void
Instance Method Details
#active ⇒ Boolean
454 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 454 def active; end |
#active=(val) ⇒ void
This method returns an undefined value.
460 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 460 def active=(val); end |
#bitmap ⇒ Wx::BitmapBundle
430 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 430 def bitmap; end |
#bitmap=(val) ⇒ void
This method returns an undefined value.
436 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 436 def bitmap=(val); end |
#caption ⇒ String
406 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 406 def ; end |
#caption=(val) ⇒ void
This method returns an undefined value.
412 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 412 def (val); end |
#rect=(val) ⇒ void
This method returns an undefined value.
448 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 448 def rect=(val); end |
#tooltip ⇒ String
418 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 418 def tooltip; end |
#tooltip=(val) ⇒ void
This method returns an undefined value.
424 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 424 def tooltip=(val); end |
#window=(val) ⇒ void
This method returns an undefined value.
400 |
# File 'lib/wx/doc/gen/aui/aui_notebook.rb', line 400 def window=(val); end |