~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty-proposed

« back to all changes in this revision

Viewing changes to src/st/st-box-layout.h

Tags: upstream-3.3.90
ImportĀ upstreamĀ versionĀ 3.3.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                                       gboolean     pack_start);
87
87
gboolean st_box_layout_get_pack_start (StBoxLayout *box);
88
88
 
89
 
void     st_box_layout_insert_actor (StBoxLayout  *self,
90
 
                                     ClutterActor *actor,
91
 
                                     int           pos);
92
 
 
93
 
void     st_box_layout_insert_before (StBoxLayout  *self,
94
 
                                      ClutterActor *actor,
95
 
                                      ClutterActor *sibling);
96
 
 
97
89
G_END_DECLS
98
90
 
99
91
#endif /* _ST_BOX_LAYOUT_H */