Class gtk.Paned
Extends
gtk.Widget.
Defined in: jsgtk_merge_for_doc.js.
Constructor Attributes | Constructor Name and Description |
---|---|
The base class of gtk.HPaned and gtk.HPaned
|
Method Attributes | Method Name and Description |
---|---|
pack1(widget)
Adds the widget specified by child to the top or left of the paned
|
|
pack2(widget)
Adds the widget specified by child to the top or left of the paned
|
- Methods borrowed from class gtk.Widget:
- activate, disable, enable, getActivateSignal, getHeight, getMinHeightComposite, getMinWidthComposite, getNode, getParent, getSize, getSizeRequest, getTag, getWidth, hide, hideLoading, hideTooltip, isHidden, refresh, resetHeightComposite, resetMinHeight, resetMinSize, resetMinWidth, resetWidthComposite, resizeHeightComposite, resizeWidthComposite, setActivateSignal, setBoldTitle, setEnable, setHeight, setParent, setSize, setSizeRequest, setTag, setTooltip, setWidth, show, showLoading, showTooltip, sizeRequest
- Methods borrowed from class gobject.GObject:
- connect, disconnect, emit
Method Detail
pack1(widget)
Adds the widget specified by child to the top or left of the paned
- Parameters:
- {gtk.Widget} widget
pack2(widget)
Adds the widget specified by child to the top or left of the paned
- Parameters:
- {gtk.Widget} widget