Method: FX::ShutterItem#initialize
- Defined in:
-
lib/libGUIb16.rb,
lib/libGUIb14.rb
Returns a new instance of ShutterItem.
819 820 821 822 823 824 825 826 |
# File 'lib/libGUIb16.rb', line 819 def initialize(p, opts = 0) super(p, "ShutterItem", nil, opts | Fox::LAYOUT_FILL_X | Fox::LAYOUT_TOP | Fox::LAYOUT_LEFT, 0, 0, 0, 0, 2, 2, 4, 4, 4, 4) .padBottom = 3 .padTop = 3 .padLeft = 5 .padRight = 5 handleMMB_Events end |