Class gtk.SeparatorToolItem

Object
   |
   +--gtk.Object
         |
         +--gtk.Widget
               |
               +--gtk.Container
                     |
                     +--gtk.Bin
                           |
                           +--gtk.ToolItem
                                 |
                                 +--gtk.SeparatorToolItem

class gtk.SeparatorToolItem
extends gtk.ToolItem

Defined in jsgtk_min.js


Constructor Summary
gtk.SeparatorToolItem()
           
 
Method Summary
 Object getDraw()
           Returns True if the separator tool item is drawn as a line or False, if it's just blank.
 void setDraw(<boolean> draw)
           Sets the "draw" property to the value of draw.
 
Methods inherited from class gtk.ToolItem
setExpand, getExpand, setHomogeneous, getHomogeneous
   
Methods inherited from class gtk.Container
add, remove, getBorderWidth, setBorderWidth
   
Methods inherited from class gtk.Widget
setBoldTitle, getNode, show, hide, activate, setActivateSignal, getActivateSignal, setSizeRequest, setSize, setWidth, getWidth, setHeight, getHeight, getSizeRequest, sizeRequest, getSize, _resizeWidth, getMinWidthComposite, getMinHeightComposite, resetHeightComposite, resetWidthComposite
 

Constructor Detail

gtk.SeparatorToolItem

gtk.SeparatorToolItem()

Method Detail

getDraw

Object getDraw()

setDraw

void setDraw(<boolean> draw)


Documentation generated by JSDoc on Thu Jan 21 18:07:55 2010