Class: Wx::AUI::AuiTabCtrl
- Inherits:
-
Object
- Object
- Wx::AUI::AuiTabCtrl
- Defined in:
- lib/wx/doc/aui/auitabctrl.rb
Overview
Only used internally by Wx::AUI framework.
Objects of this class are used by AuiNotebook to manage tabs. They can’t be created by the application and shouldn’t be used directly by it: all Wx::AUI::AuiTabCtrl values should be handled as opaque objects, i.e. they can be compared with other objects of the same type or passed to methods like Wx::AUI::AuiNotebook#get_pages_in_display_order but nothing otherwise.
Instance Method Summary collapse
-
#==(other) ⇒ Boolean
(also: #eql?)
Returns true if ‘other’ is a Wx::AUI::AuiTabCtrl that refers to the same tab control as this object.
-
#is_ok ⇒ Boolean
(also: #ok?)
Returns true if the AuiTabCtrl references a valid tab control, otherwise false.
Instance Method Details
#==(other) ⇒ Boolean Also known as: eql?
Returns true if ‘other’ is a Wx::AUI::AuiTabCtrl that refers to the same tab control as this object.
28 |
# File 'lib/wx/doc/aui/auitabctrl.rb', line 28 def ==(other) end |
#is_ok ⇒ Boolean Also known as: ok?
Returns true if the AuiTabCtrl references a valid tab control, otherwise false.
22 |
# File 'lib/wx/doc/aui/auitabctrl.rb', line 22 def is_ok; end |