Go to the source code of this file.
Classes | |
class | NewColourParam |
Allows the user to create a new colour (based on another one). More... | |
class | NewColourDlg |
Defines | |
#define | OPTOKEN_NEWCOLOURDLG _T("NewColourDlg") |
Enumerations | |
enum | NewColourDlgType { NEWCOLOUR_NAMEDORUNNAMED, NEWCOLOUR_MUSTBENAMED, NEWCOLOUR_MUSTBEUNNAMED } |
|
|
|
Definition at line 116 of file newcol.h. 00117 { 00118 NEWCOLOUR_NAMEDORUNNAMED, // NOTE: MUSTBENAMED is always forced TRUE now! 00119 NEWCOLOUR_MUSTBENAMED, 00120 NEWCOLOUR_MUSTBEUNNAMED 00121 } NewColourDlgType;
|