Class Index | File Index

Classes


Class gtk.SmartEntryDropDown


Extends gtk.Widget.

Defined in: jsgtk_merge_for_doc.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A widget with an entry which is able to create many tags
Field Summary
Field Attributes Field Name and Description
 
'smartentrychanged' signal
Method Summary
Method Attributes Method Name and Description
 
createFixedTag(fixedTag)
Method to create a smartEntry fixed tag
 
createTag(index, value)
Create tag in smartEntry to a specific order
 
Set gtk.SmartEntryDropDown focus
 
setLabel(label)
Set text to be displayed inside entry
 
setModel(mode)
Set mode to gtk.SmartEntryDropDown
 
showError(isOnError)
Show Error
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.SmartEntryDropDown()
A widget with an entry which is able to create many tags
Field Detail
SMARTENTRYDROPDOWN_SMARTENTRYCHANGED
'smartentrychanged' signal
Method Detail
createFixedTag(fixedTag)
Method to create a smartEntry fixed tag
Parameters:
{String} fixedTag
the value of fixed tag to be created

createTag(index, value)
Create tag in smartEntry to a specific order
Parameters:
{integer} index
The index of tag to be created
{String} value
The value of tag to be created

setFocus()
Set gtk.SmartEntryDropDown focus

setLabel(label)
Set text to be displayed inside entry
Parameters:
{string} label

setModel(mode)
Set mode to gtk.SmartEntryDropDown
Parameters:
{gtk.TreeStore} mode

showError(isOnError)
Show Error
Parameters:
{boolean} isOnError

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