front,toolbox-method {RcmdrPlugin.KMggplot2}R Documentation

The front Method for toolbox Subclass

Description

The front Method for toolbox Subclass

Usage

## 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


[Package RcmdrPlugin.KMggplot2 version 0.2-6 Index]