Class Index | File Index

Classes


Class gtk.Paned


Extends gtk.Widget.

Defined in: jsgtk_merge_for_doc.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
The base class of gtk.HPaned and gtk.HPaned
Method Summary
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
Class Detail
gtk.Paned()
The base class of gtk.HPaned and gtk.HPaned
See:
gtk.VPaned
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

Documentation generated by JsDoc Toolkit 2.1.0 on Tue Jul 06 2010 11:13:55 GMT+0700 (ICT)