guiparts-toolbox-front: The 'front' Method for 'toolbox' Subclass

Description Usage Arguments See Also

Description

The front Method for toolbox Subclass

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S4 method for signature 'toolbox'
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"))
)

Arguments

top

tkwin class object; top of widget window.

showcolourbox

Boolean; whether the colour set frame is shown or not.

fontSize

Character; the initialization value of the font size.

fontFamily

Numeric; the initialization value of the font family.

colourSet

Numeric; the initialization value of the colour set.

saveGraph

Numeric; the initialization value of the save graph option.

themeBase

Numeric; the initialization value of the theme.

See Also

Other guiparts: back,gparts_base-method, checkboxes-class, front,checkboxes-method, front,radioboxes-method, front,textfield-method, front,textfields-method, front,variableboxes-method, gparts_base-class, radioboxes-class, textfield-class, textfields-class, toolbox-class, variableboxes-class


RcmdrPlugin.KMggplot2 documentation built on Sept. 17, 2019, 9:03 a.m.