Class: FX::TabBar
- Inherits:
-
Fox::FXTabBar
- Object
- Fox::FXTabBar
- FX::TabBar
- Includes:
- TabBarInterface
- Defined in:
- lib/libGUIb16.rb,
lib/libGUIb14.rb
Instance Attribute Summary
Attributes included from TabBarInterface
Instance Method Summary collapse
-
#initialize(p, opts = 0) ⇒ TabBar
constructor
A new instance of TabBar.
Methods included from TabBarInterface
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 |