21 #ifndef FXBITMAPFRAME_H 22 #define FXBITMAPFRAME_H 48 long onPaint(
FXObject*,FXSelector,
void* ptr);
52 FXBitmapFrame(
FXComposite* p,
FXBitmap *bmp,FXuint opts=FRAME_SUNKEN|FRAME_THICK,FXint x=0,FXint y=0,FXint w=0,FXint h=0,FXint pl=0,FXint pr=0,FXint pt=0,FXint pb=0);
55 virtual void create();
58 virtual FXint getDefaultWidth();
61 virtual FXint getDefaultHeight();
70 void setOnColor(FXColor clr);
76 void setOffColor(FXColor clr);
82 void setJustify(FXuint mode);
85 FXuint getJustify()
const;
88 virtual void save(
FXStream& store)
const;
A Bitmap is a rectangular array of pixels.
Definition: FXBitmap.h:55
The Frame widget provides borders around some contents.
Definition: FXFrame.h:58
FXColor getOnColor() const
Get on color.
Definition: FXBitmapFrame.h:73
Base composite.
Definition: FXComposite.h:32
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
Definition: FX4Splitter.h:28
The bitmap frame is a simple frame widget displaying an monochrome bitmap image; the bitmap is not ow...
Definition: FXBitmapFrame.h:36
FXBitmap * getBitmap() const
Return the current image.
Definition: FXBitmapFrame.h:67
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:134
FXColor getOffColor() const
Get off color.
Definition: FXBitmapFrame.h:79