toolbox-class: Tool Box Subclass
Description
toolbox
class is a subclass for GUI tool 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. size
: textfield
class object; the value of the font size frame. family
: listbox
class object; the value of the font family frame. colour
: listbox
class object; the value of the colour set frame. goption
: checkboxes
class object; values of other options frame. theme
: radioboxes
class object; the value of the graph theme frame.
Contains
gparts_base
Methods
back(perline = 3)
: back
method for gparts_base
class. 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"))
)
: -
front
method for toolbox
subclass.
Details
This class is a subclass which make GUI tool box frame.
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