Class gtk.HBoxFactory
Defined in: jsgtk_merge_for_doc.js.
Constructor Attributes | Constructor Name and Description |
---|---|
gtk.HBoxFactory(homogeneous, spacing, padding)
HBoxFactory is a class to create horizontal box as a container.
|
Class Detail
gtk.HBoxFactory(homogeneous, spacing, padding)
HBoxFactory is a class to create horizontal box as a container. It can contain JSGTK widgets.
- Parameters:
- {Boolean} homogeneous
- The boolean value to be set if the box is homogeneous or not
- {Interger} spacing
- The integer value in pixel as spacing to be set
- {Interger} padding
- The integer value in pixel as padding to be set
- See:
- gtk.HBox