19 #ifndef _MFORMS_BOX_H_
20 #define _MFORMS_BOX_H_
30 #ifndef DOXYGEN_SHOULD_SKIP_THIS
34 bool (*create)(Box *
self,
bool horizontal);
35 void (*add)(Box *
self, View *child,
bool expand,
bool fill);
36 void (*add_end)(Box *
self, View *child,
bool expand,
bool fill);
37 void (*
remove)(Box *
self, View *child);
38 void (*set_homogeneous)(Box *
self, bool);
39 void (*set_spacing)(Box *
self, int);
68 void add(
View *subview,
bool expand,
bool fill=
false);
77 void add_end(
View *subview,
bool expand,
bool fill=
false);
80 virtual void remove(
View *subview);
83 void set_homogeneous(
bool flag);
86 void set_spacing(
int space);