24 #ifndef FXIMAGEFRAME_H
25 #define FXIMAGEFRAME_H
53 FXImageFrame(
FXComposite* p,
FXImage *img,
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);
56 virtual void create();
59 virtual FXint getDefaultWidth();
62 virtual FXint getDefaultHeight();
68 FXImage* getImage()
const {
return image; }
71 void setJustify(
FXuint mode);
77 virtual void save(
FXStream& store)
const;
The Frame widget provides borders around some contents.
Definition: FXFrame.h:73
unsigned int FXuint
Definition: fxdefs.h:396
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
Sunken border.
Definition: FXWindow.h:76
Base composite.
Definition: FXComposite.h:35
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
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
The image frame is a simple frame widget displaying an image; the image is not owned by the image fra...
Definition: FXImageFrame.h:39
An Image is a rectangular array of pixels.
Definition: FXImage.h:67
Thick border.
Definition: FXWindow.h:78
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92