Class: Gtk::SizeGroup
Overview
Addition Methods list
-
#add _alias from add_widget_
Instance Method Summary (collapse)
-
- (Object) _initialize(mode = HORIZONTAL)
add mode=HORIZONTAL as default option.
Instance Method Details
- (Object) _initialize(mode = HORIZONTAL)
add mode=HORIZONTAL as default option
40 41 42 |
# File 'lib/tagen/gtk2.rb', line 40 def _initialize(mode=HORIZONTAL) initialize_(mode) end |