56 FXColor guesstransp()
const;
57 FXshort guessthresh()
const;
76 FXIcon(
FXApp* a,
const FXColor *pix=
nullptr,FXColor clr=0,FXuint opts=0,FXint w=1,FXint h=1);
86 virtual void create();
92 virtual void detach();
98 virtual void destroy();
104 virtual void render();
111 virtual void resize(FXint w,FXint h);
FXshort getThresholdValue() const
Get threshold value.
Definition: FXIcon.h:120
FXColor getTransparentColor() const
Get transparency color.
Definition: FXIcon.h:114
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
Abstract Device Context.
Definition: FXDC.h:153
Definition: FX4Splitter.h:28
An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:42
Abstract base class for all top-level windows.
Definition: FXTopWindow.h:97
Window Device Context.
Definition: FXDCWindow.h:48
An Image is a rectangular array of pixels.
Definition: FXImage.h:67
void setThresholdValue(FXshort value)
Change threshold value.
Definition: FXIcon.h:123
void setTransparentColor(FXColor color)
Change transparency color.
Definition: FXIcon.h:117
Drawable is an abstract base class for any surface that can be drawn upon, such as a FXWindow...
Definition: FXDrawable.h:38