gparts_base-class {RcmdrPlugin.KMggplot2}R Documentation

Base Class for GUI Frames

Description

gparts_base class is the base class for GUI frames.

Details

This class is a framework for implementing subclasses which make GUI frames.

Fields

frame:

tkwin class object; parent of widget window.

length:

Integer; number of grids.

back_list:

List of tkwin class object; list of grids.

Contains

NULL

Methods

back(perline = 3):

back method for gparts_base class.

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, radioboxes-class, textfield-class, textfields-class, toolbox-class, variableboxes-class


[Package RcmdrPlugin.KMggplot2 version 0.2-6 Index]