Class Index | File Index

Classes


Class gtk.VPaned


Extends gtk.Paned.

Defined in: jsgtk_merge_for_doc.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
VPaned is a class to create vertical pane as a container
Method Summary
Method Attributes Method Name and Description
 
autoResize(widget)
A method to set autoresize given a widget
 
A method to get or return minimum composite height
 
A method to get or return minimum composite width
 
A method to resize composite height of the widget and its childres
 
A method to resize composite width of the widget and its childres
 
restoreStatus(widget)
A method to restore its status
 
setPosition(position)
A method to set position of the vertical paned
Methods borrowed from class gtk.Paned:
pack1, pack2
Methods borrowed from class gtk.Widget:
activate, disable, enable, getActivateSignal, getHeight, getNode, getParent, getSize, getSizeRequest, getTag, getWidth, hide, hideLoading, hideTooltip, isHidden, refresh, resetHeightComposite, resetMinHeight, resetMinSize, resetMinWidth, resetWidthComposite, 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.VPaned()
VPaned is a class to create vertical pane as a container
See:
gtk.Paned
Method Detail
autoResize(widget)
A method to set autoresize given a widget
Parameters:
{Dom} widget
The Dom widget to be passed

{Integer} getMinHeightComposite()
A method to get or return minimum composite height
Returns:
{Integer} The minimum composite height to be passed

{Integer} getMinWidthComposite()
A method to get or return minimum composite width
Returns:
{Integer} The minimum composite width to be passed

resizeHeightComposite(width)
A method to resize composite height of the widget and its childres
Parameters:
{Integer} width
The integer value as height to be set

resizeWidthComposite(width)
A method to resize composite width of the widget and its childres
Parameters:
{Integer} width
The integer value as width to be set

restoreStatus(widget)
A method to restore its status
Parameters:
{Dom} widget
The Dom widget to be passed

setPosition(position)
A method to set position of the vertical paned
Parameters:
{Integer} position
The integer value to define the height

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