comparison: ui/common/container.h
ui/common/container.h
- changeset 822
- 54e43e4efac2
- parent 802
- cc73993a3ff9
equal
deleted
inserted
replaced
| 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 */ |