Class Index | File Index

Classes


Class gtk.UnorderList


Extends gtk.Widget.

Defined in: jsgtk_merge_for_doc.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
UnorderList is a class to create an ordered or unordered list
Field Summary
Field Attributes Field Name and Description
 
A registered signal name 'clicked'
Method Summary
Method Attributes Method Name and Description
 
A method to get minimum height of the list
 
A method to get minimum width of the list
 
A method to resize composite height of the list
 
A method to resize composite width of the list
 
setLineHeight(height)
A method to set line height or spacing between each list
 
A method to set type orderedlist or unorderedlist
 
setModel(model)
A method to set modal data or reset modal data
 
A method to set change to pointer or hand
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.UnorderList()
UnorderList is a class to create an ordered or unordered list
Field Detail
UNORDERLIST_CLICKED
A registered signal name 'clicked'
Method Detail
{Integer} getMinHeightComposite()
A method to get minimum height of the list
Returns:
{Integer} The minimum height of the list

{Integer} getMinWidthComposite()
A method to get minimum width of the list
Returns:
{Integer} The minimum width of the list

resizeHeightComposite(width)
A method to resize composite height of the list
Parameters:
{Integer} width
The composite height to be set

resizeWidthComposite(width)
A method to resize composite width of the list
Parameters:
{Integer} width
The composite width to be set

setLineHeight(height)
A method to set line height or spacing between each list
Parameters:
{Integer} height
The line height of paragraph or sentence

setListType(type)
A method to set type orderedlist or unorderedlist
Parameters:
{String} type
The type style of list

setModel(model)
A method to set modal data or reset modal data
Parameters:
{Object} model
The model to be set as gtk.ListModel

setPointerCursor()
A method to set change to pointer or hand

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