ui/common/container.h

changeset 827
eae5b817aa47
parent 822
54e43e4efac2
equal deleted inserted replaced
826:e596cfc1ca46 827:eae5b817aa47
44 UiBool def_hexpand, 44 UiBool def_hexpand,
45 UiBool def_vexpand, 45 UiBool def_vexpand,
46 UiBool def_hfill, 46 UiBool def_hfill,
47 UiBool def_vfill); 47 UiBool def_vfill);
48 48
49 /*
50 * adjusts margin_* if margin > 0
51 */
52 void uic_layout_setup_margin(UiLayout *layout);
53
49 #ifdef __cplusplus 54 #ifdef __cplusplus
50 } 55 }
51 #endif 56 #endif
52 57
53 #endif /* UIC_CONTAINER_H */ 58 #endif /* UIC_CONTAINER_H */

mercurial