Class: Interphase::VBox
- Defined in:
- lib/interphase/widgets/box.rb
Overview
A vertical item container.
Constant Summary
Constants inherited from Box
Box::PACK_END, Box::PACK_START
Instance Attribute Summary
Attributes inherited from Container
Attributes inherited from Widget
Instance Method Summary collapse
-
#initialize(**options, &block) ⇒ VBox
constructor
Creates a new vertical box.
Methods inherited from Box
Methods inherited from Container
#add, #method_missing, #respond_to_missing?, #show_all
Methods inherited from Widget
#destroy, #method_missing, #on, #respond_to_missing?, #show, #size
Constructor Details
#initialize(**options, &block) ⇒ VBox
Creates a new vertical box.
36 37 38 |
# File 'lib/interphase/widgets/box.rb', line 36 def initialize(**, &block) super(Gtk::VBox.new, , &block) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Interphase::Container