|
|
|
|
TextBox
|
|
|
|
setText(self,
*args)
setText(self, string text) |
source code
|
|
|
string
|
|
|
|
getTextRow(self,
*args)
getTextRow(self, int row) -> string |
source code
|
|
|
|
setTextRow(self,
*args)
setTextRow(self, int row, string text) |
source code
|
|
|
unsigned int
|
|
|
unsigned int
|
|
|
|
setCaretPosition(self,
*args)
setCaretPosition(self, unsigned int position) |
source code
|
|
|
unsigned int
|
|
|
|
setCaretRow(self,
*args)
setCaretRow(self, int row) |
source code
|
|
|
unsigned int
|
|
|
|
setCaretColumn(self,
*args)
setCaretColumn(self, int column) |
source code
|
|
|
|
setCaretRowColumn(self,
*args)
setCaretRowColumn(self, int row, int column) |
source code
|
|
|
|
|
|
bool
|
|
|
|
setEditable(self,
*args)
setEditable(self, bool editable) |
source code
|
|
|
|
addRow(self,
*args)
addRow(self, string row) |
source code
|
|
|
bool
|
|
|
|
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
|