19 #ifndef _MFORMS_IMAGEBOX_H_
20 #define _MFORMS_IMAGEBOX_H_
29 #ifndef DOXYGEN_SHOULD_SKIP_THIS
31 struct ImageBoxImplPtrs
33 bool (*create)(ImageBox *);
34 void (*set_image)(ImageBox *,
const std::string&);
35 void (*set_image_data)(ImageBox*,
const char *data,
size_t length);
36 void (*set_scale_contents)(ImageBox *, bool);
37 void (*set_image_align)(ImageBox *,
Alignment);
51 void set_image(
const std::string &file);
54 void set_image_data(
const char *data,
size_t length);
58 void set_scale_contents(
bool flag);
61 void set_image_align(
Alignment alignment);