27 #ifndef FXSCROLLAREA_H
79 virtual void create();
82 virtual void detach();
85 virtual void layout();
88 virtual bool canFocus()
const;
91 virtual FXint getContentWidth();
94 virtual FXint getContentHeight();
100 FXImage* getImage()
const {
return image; }
103 void setAlignment(
FXuint mode);
106 FXuint getAlignment()
const;
109 virtual void save(
FXStream& store)
const;
Right-aligned.
Definition: FXImageView.h:45
Normal mode is centered.
Definition: FXImageView.h:42
Definition: FXWindow.h:241
unsigned int FXuint
Definition: fxdefs.h:396
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
Base composite.
Definition: FXComposite.h:35
Bottom-aligned.
Definition: FXImageView.h:48
#define NULL
Definition: fxdefs.h:41
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
Top-aligned.
Definition: FXImageView.h:47
Centered vertically.
Definition: FXImageView.h:46
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
An Image is a rectangular array of pixels.
Definition: FXImage.h:67
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
Left-aligned.
Definition: FXImageView.h:44
Centered horizontally.
Definition: FXImageView.h:43
The Image View widget display a scrollable view of an image.
Definition: FXImageView.h:59