// 16 'custom' colours
wxColour customColours[16];
- // One single custom colour (use sliders)
- wxColour singleCustomColour;
-
// Which colour is selected? An index into one of the two areas.
int colourSelection;
int whichKind; // 1 for standard colours, 2 for custom colours,
DECLARE_DYNAMIC_CLASS(wxGenericColourDialog)
};
-/* This shouldn't be necessary, we have a #define in wx/colordlg.h.
-#ifdef __WXGTK__
-typedef wxGenericColourDialog wxColourDialog;
-#endif
-*/
-
#endif