
Public Types | |
| typedef colour | color |
| typedef customColours | customColors |
Public Member Functions | |
| this (WindowBase p, RGBColour initial=RGBColour.init, RGBColour[] custom=null) | |
| Constructs a new ColourDialog. | |
| bool | show () |
| Displays the dialog box to select a colour. | |
Public Attributes | |
| RGBColour[16] | customColours |
| The custom colours that are defined in this dialog. | |
| uint | _structSize = CHOOSECOLOR.sizeof |
| HWND | _parentHandle = null |
| HWND | _instanceHandle = null |
| RGBColour | colour |
| The colour currently selected in the dialog. | |
| RGBColour * | _customColours = null |
| CC | flags = CC.RGBINIT |
| A bitwise combination of flags to customise the colour dialog. | |
| int | _customHookData = 0 |
| LPCCHOOKPROC | _hookFunction = null |
| LPCTSTR | _templateName = null |
| CHOOSECOLOR | spec |
| This dialog specification as a Windows CHOOSECOLOR structure. | |
| smjg.libs.sdwf.commondialog.ColourDialog.this | ( | WindowBase | p, | |
| RGBColour | initial = RGBColour.init, |
|||
| RGBColour[] | custom = null | |||
| ) |
Constructs a new ColourDialog.
| bool smjg.libs.sdwf.commondialog.ColourDialog.show | ( | ) |
| uint smjg.libs.sdwf.commondialog.ColourDialog._structSize = CHOOSECOLOR.sizeof |
| RGBColour* smjg.libs.sdwf.commondialog.ColourDialog._customColours = null |
| CC smjg.libs.sdwf.commondialog.ColourDialog.flags = CC.RGBINIT |
| LPCCHOOKPROC smjg.libs.sdwf.commondialog.ColourDialog._hookFunction = null |
| LPCTSTR smjg.libs.sdwf.commondialog.ColourDialog._templateName = null |
| CHOOSECOLOR smjg.libs.sdwf.commondialog.ColourDialog.spec |
This dialog specification as a Windows CHOOSECOLOR structure.
| RGBColour [16] smjg.libs.sdwf.commondialog.ColourDialog.customColours |
The custom colours that are defined in this dialog.
1.5.4