|
|
|
|
RadioButton
|
__init__(self)
__init__(self, string caption, string group, bool marked = False)
-> RadioButton __init__(self, string caption, string group) ->
RadioButton |
source code
|
|
|
bool
|
|
|
|
setSelected(self,
*args)
setSelected(self, bool marked) |
source code
|
|
|
string
|
|
|
|
setCaption(self,
*args)
setCaption(self, string caption) |
source code
|
|
|
|
setGroup(self,
*args)
setGroup(self, string group) |
source code
|
|
|
string
|
|
|
|
|
|
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
|