toolbox
class is a subclass for GUI tool box frame.
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.
gparts_base
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.
This class is a subclass which make GUI tool box frame.
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