Package fife :: Module fife :: Class TextBox
[hide private]
[frames] | no frames]

Class TextBox

source code

_object --+    
          |    
     Widget --+
              |
             TextBox

Proxy of C++ gcn::UTF8TextBox class

Instance Methods [hide private]
 
__repr__(self) source code
TextBox
__init__()
__init__(self, string text) -> TextBox
source code
 
setText(self, *args)
setText(self, string text)
source code
string
getText(self) source code
 
getTextRow(self, *args)
getTextRow(self, int row) -> string
source code
 
setTextRow(self, *args)
setTextRow(self, int row, string text)
source code
unsigned int
getNumberOfRows(self) source code
unsigned int
getCaretPosition(self) source code
 
setCaretPosition(self, *args)
setCaretPosition(self, unsigned int position)
source code
unsigned int
getCaretRow(self) source code
 
setCaretRow(self, *args)
setCaretRow(self, int row)
source code
unsigned int
getCaretColumn(self) source code
 
setCaretColumn(self, *args)
setCaretColumn(self, int column)
source code
 
setCaretRowColumn(self, *args)
setCaretRowColumn(self, int row, int column)
source code
 
scrollToCaret(self) source code
bool
isEditable(self) source code
 
setEditable(self, *args)
setEditable(self, bool editable)
source code
 
addRow(self, *args)
addRow(self, string row)
source code
bool
isOpaque(self) source code
 
setOpaque(self, *args)
setOpaque(self, bool opaque)
source code

Inherited from Widget: addActionListener, addKeyListener, addMouseListener, draw, focusNext, focusPrevious, getAbsolutePosition, getActionEventId, getBackgroundColor, getBaseColor, getFont, getForegroundColor, getFrameSize, getHeight, getSelectionColor, getWidgetAt, getWidth, getX, getY, isEnabled, isFocusable, isFocused, isModalFocused, isModalMouseInputFocused, isTabInEnabled, isTabOutEnabled, isVisible, moveToBottom, moveToTop, releaseModalFocus, releaseModalMouseInputFocus, removeActionListener, removeKeyListener, removeMouseListener, requestFocus, requestModalFocus, requestModalMouseInputFocus, requestMoveToBottom, requestMoveToTop, setActionEventId, setBackgroundColor, setBaseColor, setEnabled, setFocusable, setFont, setForegroundColor, setFrameSize, setGlobalFont, setHeight, setPosition, setSelectionColor, setSize, setTabInEnabled, setTabOutEnabled, setVisible, setWidth, setX, setY

Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_TextBox
  __del__ = lambda self:
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 
Overrides: _swig_repr

__init__()
(Constructor)

source code 

__init__(self, string text) -> TextBox

Returns: TextBox
Overrides: Widget.__init__