Class gtk.VBoxFactory
Defined in: jsgtk_merge_for_doc.js.
Constructor Attributes | Constructor Name and Description |
---|---|
gtk.VBoxFactory(homogeneous, spacing, padding)
VBoxFactory is a class to create a vertical box as a container.
|
Class Detail
gtk.VBoxFactory(homogeneous, spacing, padding)
VBoxFactory is a class to create a vertical box as a container.
- Parameters:
- {Boolean} homogeneous
- The boolean value whether true or false
- {Integer} spacing
- The integer value in pixel as spacing to be set
- {Integer} padding
- The integer value in pixel as padding to be set
- See:
- gtk.VBox