21 #ifndef FXCOLORDIALOG_H 22 #define FXCOLORDIALOG_H 25 #include "FXDialogBox.h" 31 class FXColorSelector;
48 static const FXchar sectionName[];
57 long onChgColor(
FXObject*,FXSelector,
void*);
58 long onCmdColor(
FXObject*,FXSelector,
void*);
59 long onCmdSetIntValue(
FXObject*,FXSelector,
void*);
60 long onCmdGetIntValue(
FXObject*,FXSelector,
void*);
75 virtual void create();
78 virtual void destroy();
81 void setRGBA(FXColor clr);
84 FXColor getRGBA()
const;
87 void setActivePanel(FXint pnl=COLORTAB_COLOR_RING);
90 FXint getActivePanel()
const;
93 void setWellColor(FXint w,FXColor clr);
96 FXColor getWellColor(FXint w)
const;
99 void setOpaqueOnly(FXbool forceopaque);
102 FXbool isOpaqueOnly()
const;
105 virtual void save(
FXStream& store)
const;
DialogBox window.
Definition: FXDialogBox.h:37
The Color dialog is a standard dialog panel used to edit colors.
Definition: FXColorDialog.h:43
Window is the base class for all widgets in FOX.
Definition: FXWindow.h:130
The Application object is the central point of a FOX user-interface.
Definition: FXApp.h:134
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
Definition: FX4Splitter.h:28
Color selection widget.
Definition: FXColorSelector.h:56
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:134
Closes the dialog, accept the entry.
Definition: FXDialogBox.h:51
FXString provides essential string manipulation capabilities in FOX.
Definition: FXString.h:42