Class gtk.TextView

Object
   |
   +--gtk.Object
         |
         +--gtk.Widget
               |
               +--gtk.Container
                     |
                     +--gtk.TextView

class gtk.TextView
extends gtk.Container

Defined in jsgtk_min.js


Field Summary
 Object _editable
          
 Object _focus
          
 Object _justification
          
 Object _minHeight
          
 Object _minWidth
          
 
Constructor Summary
gtk.TextView()
            A widget that displays the contents of a gtk.TextBuffer.
 
Method Summary
 void _render()
          
 Object getEditable()
           Returns the value of the "editable" property
 Object getJustification()
           Returns the value of the "justification" property.
 void resize(width, height)
          
 void setEditable(<boolean> setting)
           Sets the "editable" property to the value of setting.
 void setJustification(justification)
           Sets the "justification" property to the value of justification.
 
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, getMinWidthComposite, getMinHeightComposite, resetHeightComposite, resetWidthComposite
 

Field Detail

_editable

Object _editable

_focus

Object _focus

_justification

Object _justification

_minHeight

Object _minHeight

_minWidth

Object _minWidth

Constructor Detail

gtk.TextView

gtk.TextView()

Method Detail

_render

void _render()

getEditable

Object getEditable()

getJustification

Object getJustification()

resize

void resize(width, height)

setEditable

void setEditable(<boolean> setting)

setJustification

void setJustification(justification)


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