Chapter 11. The wxWidgets-based (WXWN) Components

Table of Contents

rgb
Description
Type Tags
Object Value
Properties
wxbitmap
Description
Type Tags
Object Value
wxbitmap.new()
Properties
Methods
wxdialog
Description
Type Tags
Object Value
wxdialog.new()
Properties
Methods
wxdialog!
wxdialogstdbutton
Description
Type Tags
Object Value
Properties
wxfont
Description
Type Tags
Object Value
wxfont.new()
Properties
wxform
Description
Type Tags
Object Value
wxform.new()
Properties
Methods
wxform!
wxformbitmap
Description
Type Tags
Object Value
Properties
Methods
wxformbitmapbutton
Description
Type Tags
Object Value
Properties
Methods
wxformbutton
Description
Type Tags
Object Value
Properties
Methods
wxformcheckbox
Description
Type Tags
Object Value
Properties
Methods
wxformcombo
Description
Type Tags
Object Value
Properties
Methods
wxformcombo[]
wxformedittext
Description
Type Tags
Object Value
Properties
Methods
wxformgrid
Description
Type Tags
Object Value
Properties
Methods
wxformlist
Description
Type Tags
Object Value
Properties
Methods
wxformlist[]
wxformoption
Description
Type Tags
Object Value
Properties
Methods
wxformscrollbar
Description
Type Tags
Object Value
Properties
Methods
wxformsizebox
Description
Type Tags
Object Value
Properties
Methods
wxformtext
Description
Type Tags
Object Value
Properties
Methods
wxgraphicarc
Description
Type Tags
Object Value
Properties
Methods
wxgraphicellipse
Description
Type Tags
Object Value
Properties
Methods
wxgraphicline
Description
Type Tags
Object Value
Properties
Methods
wxgraphicrectangle
Description
Type Tags
Object Value
Properties
Methods
wxgraphictriangle
Description
Type Tags
Object Value
Properties
Methods
wxmenu
Description
Type Tags
Object Value
wxmenu.new()
Properties
Methods
wxmenu!
wxmenubar
Description
Type Tags
Object Value
wxmenubar.new()
Properties
Methods
wxmenubar!
wxmenubarentry
Description
Type Tags
Object Value
Properties
Methods
wxmenuitem
Description
Type Tags
Object Value
Properties
Methods
wxprintbitmap
Description
Type Tags
Object Value
Properties
Methods
wxprintbitmapitem
Description
Type Tags
Object Value
Properties
Methods
wxprintout
Description
Type Tags
Object Value
Properties
Methods
wxprintout!
wxprintpage
Description
Type Tags
Object Value
Properties
Methods
wxprintpage!
wxprintpagetemplate
Description
Type Tags
Object Value
wxprintpagetemplate.new()
Properties
Methods
wxprintpagetemplate!
wxprintstring
Description
Type Tags
Object Value
Properties
Methods
wxprinttextitem
Description
Type Tags
Object Value
Properties
Methods
wxstatusbar
Description
Type Tags
Object Value
wxstatusbar.new()
Properties
Methods
wxtool
Description
Type Tags
Object Value
Properties
Methods
wxtoolbar
Description
Type Tags
Object Value
wxtoolbar.new()
Properties
Methods
wxtoolbar!
wxwindow
Description
Type Tags
Object Value
wxwindow.new()
Properties
Methods
wxbreak()
Description
Prototype
Parameters
wxclipboardgetdata()
Description
Prototype
Parameters
wxclipboardputdata()
Description
Prototype
Parameters
wxdirectorydialog()
Description
Prototype
Parameters
wxfiledialog()
Description
Prototype
Parameters
wxfontdialog()
Description
Prototype
Parameters
wxgetscreentextextent()
Description
Prototype
Parameters
wxmessagedialog()
Description
Prototype
Parameters
wxprintdialog()
Description
Prototype
Parameters
wxprocess()
Description
Prototype
Parameters
wxrgbdialog()
Description
Prototype
Parameters

The wxwn component provides the various cross-platform GUI functionality for SIMPOL using the wxWidgets cross-platform toolkit.

rgb

Description

An rgb object represents a color, and is embedded in another object where that object has some property that is a color.

Type Tags

None

Object Value

The value of an rgb object is an integer that specifies a color. It is not advisable to try to interpret or to perform arithmetic on this value.

Properties

PropertyTypeDescription
blueinteger Gives the value of the blue component of the color value contained in the rgb object.
greeninteger Gives the value of the green component of the color value contained in the rgb object.
redinteger Gives the value of the red component of the color value contained in the rgb object.
typetype Specifies the rgb type object.