checkboxes-class {RcmdrPlugin.KMggplot2} | R Documentation |
Check Boxes Subclass
Description
checkboxes
class is a subclass for GUI check box frame.
Details
This class is a subclass which make GUI check box frame.
Fields
frame
:tkwin
class object; parent of widget window.length
:Integer; number of grids.
back_list
:List of
tkwin
class object; list of grids.value
:List of
tclVar
class object; values of the check box frame.cbcheckboxes
:tkwin
class object; the check box frame.
Contains
gparts_base
Methods
back(perline = 3)
:back
method forgparts_base
class.front(top, initValues, labels, title = "", right.buttons = FALSE)
:front
method forcheckboxes
subclass.
See Also
Other guiparts: back,gparts_base-method
,
front,checkboxes-method
,
front,radioboxes-method
,
front,textfield-method
,
front,textfields-method
,
front,toolbox-method
,
front,variableboxes-method
,
gparts_base-class
,
radioboxes-class
,
textfield-class
,
textfields-class
,
toolbox-class
,
variableboxes-class
[Package RcmdrPlugin.KMggplot2 version 0.2-6 Index]