21 #ifndef FXIMAGEFRAME_H 22 #define FXIMAGEFRAME_H 46 long onPaint(
FXObject*,FXSelector,
void* ptr);
50 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);
53 virtual void create();
56 virtual FXint getDefaultWidth();
59 virtual FXint getDefaultHeight();
68 void setJustify(FXuint mode);
71 FXuint getJustify()
const;
74 virtual void save(
FXStream& store)
const;
The Frame widget provides borders around some contents.
Definition: FXFrame.h:58
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
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:134
The image frame is a simple frame widget displaying an image; the image is not owned by the image fra...
Definition: FXImageFrame.h:36
An Image is a rectangular array of pixels.
Definition: FXImage.h:67
FXImage * getImage() const
Return the current image.
Definition: FXImageFrame.h:65