Class: FX::TabBar

Inherits:
Fox::FXTabBar
  • Object
show all
Includes:
TabBarInterface
Defined in:
lib/libGUIb16.rb,
lib/libGUIb14.rb

Instance Attribute Summary

Attributes included from TabBarInterface

#tabs

Instance Method Summary collapse

Methods included from TabBarInterface

#create_tab, #remove_tab

Constructor Details

#initialize(p, opts = 0) ⇒ TabBar

Returns a new instance of TabBar.



901
902
903
# File 'lib/libGUIb16.rb', line 901

def initialize(p, opts = 0)
  super(p, nil, 0, opts | Fox::LAYOUT_FILL_X)
end
OSZAR »