| toolbox-class {RcmdrPlugin.KMggplot2} | R Documentation |
Tool Box Subclass
Description
toolbox class is a subclass for GUI tool box frame.
Details
This class is a subclass which make GUI tool box frame.
Fields
frame:tkwinclass object; parent of widget window.length:Integer; number of grids.
back_list:List of
tkwinclass object; list of grids.size:textfieldclass object; the value of the font size frame.family:listboxclass object; the value of the font family frame.colour:listboxclass object; the value of the colour set frame.goption:checkboxesclass object; values of other options frame.theme:radioboxesclass object; the value of the graph theme frame.
Contains
gparts_base
Methods
back(perline = 3):backmethod forgparts_baseclass.front(top, showcolourbox = TRUE, fontSize = unlist(options("kmg2FontSize")), fontSize = unlist(options("kmg2FontSize")), fontFamily = unlist(options("kmg2FontFamily")), colourSet = unlist(options("kmg2ColourSet")), saveGraph = unlist(options("kmg2SaveGraph")), themeBase = unlist(options("kmg2Theme")) ):-
frontmethod fortoolboxsubclass.
See Also
Other guiparts: back,gparts_base-method,
checkboxes-class,
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,
variableboxes-class