Class: FX::TabBook

Inherits:
Fox::FXTabBook
  • 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) ⇒ TabBook

Returns a new instance of TabBook.



908
909
910
# File 'lib/libGUIb16.rb', line 908

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