Class gtk.Paned
Object
|
+--gtk.Object
|
+--gtk.Widget
|
+--gtk.Container
|
+--gtk.Paned
-
Direct Known Subclasses:
-
gtk.VPaned, gtk.HPaned
- class
gtk.Paned
- extends gtk.Container
Defined in jsgtk_min.js
Constructor Summary |
gtk.Paned()
The base class for widgets with two panes, arranged either horizontally (gtk.HPaned) or vertically (gtk.VPaned)
|
Method Summary |
void
|
_hideGhostDivider()
|
void
|
_resizePaned1(isInit)
|
void
|
_resizePaned2(isInit)
|
void
|
_showGhostDivider()
|
void
|
pack1(<gtk.Widget> widget, <boolean> resize, <boolean> shrink)
Adds the widget specified by child to the top or left pane with the parameters specified by resize and shrink
|
void
|
pack2(<gtk.Widget> widget, <boolean> resize, <boolean> shrink)
Adds the widget specified by child to the bottom or right pane with the parameters specified by resize and shrink
|
void
|
resize(width, height)
|
Methods inherited from class gtk.Widget |
setBoldTitle, getNode, show, hide, activate, setActivateSignal, getActivateSignal, setSizeRequest, setSize, setWidth, getWidth, setHeight, getHeight, getSizeRequest, sizeRequest, getSize, _resizeHeight, _resizeWidth, getMinWidthComposite, getMinHeightComposite, resizeWidthComposite, resizeHeightComposite, resetHeightComposite, resetWidthComposite
|
gtk.Paned
gtk.Paned()
The base class for widgets with two panes, arranged either horizontally (gtk.HPaned) or vertically (gtk.VPaned)
_hideGhostDivider
void _hideGhostDivider()
_resizePaned1
void _resizePaned1(isInit)
_resizePaned2
void _resizePaned2(isInit)
_showGhostDivider
void _showGhostDivider()
pack1
void pack1(<gtk.Widget> widget, <boolean> resize, <boolean> shrink)
Adds the widget specified by child to the top or left pane with the parameters specified by resize and shrink
Parameters:
widget
- The widget to add
resize
- If True child should resize when the paned is resized
shrink
- If True child can be made smaller than its minimum size request
pack2
void pack2(<gtk.Widget> widget, <boolean> resize, <boolean> shrink)
Adds the widget specified by child to the bottom or right pane with the parameters specified by resize and shrink
Parameters:
widget
- The widget to add
resize
- If True child should resize when the paned is resized
shrink
- If True child can be made smaller than its minimum size request
resize
void resize(width, height)
Documentation generated by
JSDoc on Thu Jan 21 18:07:55 2010