24 #ifndef FXCOLORDIALOG_H
25 #define FXCOLORDIALOG_H
34 class FXColorSelector;
75 FXbool isOpaqueOnly()
const;
78 void setOpaqueOnly(
FXbool forceopaque);
81 virtual void save(
FXStream& store)
const;
DialogBox window.
Definition: FXDialogBox.h:40
The Color dialog is a standard dialog panel used to edit colors.
Definition: FXColorDialog.h:46
Base class for all windows.
Definition: FXWindow.h:115
unsigned int FXuint
Definition: fxdefs.h:396
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
FXuchar FXbool
Definition: fxdefs.h:393
FXuint FXColor
Definition: fxdefs.h:454
FXString name(const FXString &file)
Return name and extension part of the path name.
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:397
Color selection widget.
Definition: FXColorSelector.h:49
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
Definition: FXDialogBox.h:51
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33