Class: Wx::AUI::AuiTabCtrl

Inherits:
Object
  • Object
show all
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

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.

Parameters:

Returns:

  • (Boolean)


28
# File 'lib/wx/doc/aui/auitabctrl.rb', line 28

def ==(other) end

#is_okBoolean Also known as: ok?

Returns true if the AuiTabCtrl references a valid tab control, otherwise false.

Returns:

  • (Boolean)


22
# File 'lib/wx/doc/aui/auitabctrl.rb', line 22

def is_ok; end