Table of Contents
- rgb
- wxbitmap
- wxdialog
- wxdialogstdbutton
- wxfont
- wxform
- wxformbitmap
- wxformbitmapbutton
- wxformbutton
- wxformcheckbox
- wxformcombo
- wxformedittext
- wxformgrid
- wxformlist
- wxformoption
- wxformscrollbar
- wxformsizebox
- wxformtext
- wxgraphicarc
- wxgraphicellipse
- wxgraphicline
- wxgraphicrectangle
- wxgraphictriangle
- wxmenu
- wxmenubar
- wxmenubarentry
- wxmenuitem
- wxprintbitmap
- wxprintbitmapitem
- wxprintout
- wxprintpage
- wxprintpagetemplate
- wxprintstring
- wxprinttextitem
- wxstatusbar
- wxtool
- wxtoolbar
- wxwindow
- wxbreak()
- wxclipboardgetdata()
- wxclipboardputdata()
- wxdirectorydialog()
- wxfiledialog()
- wxfontdialog()
- wxgetscreentextextent()
- wxmessagedialog()
- wxprintdialog()
- wxprocess()
- wxrgbdialog()
The wxwn component provides the various cross-platform GUI functionality for SIMPOL using the wxWidgets cross-platform toolkit.
An rgb object represents a color, and is embedded in another object where that object has some property that is a color.
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.
| Property | Type | Description |
|---|---|---|
| blue | integer | Gives the value of the blue component of the color value contained in the rgb object. |
| green | integer | Gives the value of the green component of the color value contained in the rgb object. |
| red | integer | Gives the value of the red component of the color value contained in the rgb object. |
| type | type | Specifies the rgb type object. |



