Chapter 11. The wxWidgets-based (WXWN) Components
Table of Contents
- rgb
- wxautomation1
- wxbitmap
- wxdialog
- wxdialogstdbutton
- wxfont
- wxform
- wxformbitmap
- wxformbitmapbutton
- wxformbutton
- wxformcheckbox
- wxformcombo
- wxformedittext
- wxformgauge
- 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()
- wxsystemfont()
- wxsystemvalues()
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
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. |