diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-02 20:28:11 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-02 20:28:11 +0000 |
commit | 4eb28908b81b55df4461486f29584e8213dc7e0f (patch) | |
tree | 8fa7d102db8a40d2ef6928a2a4ba01943c0e4e59 /gtk/gtkgridconstraint.h | |
parent | 138195998d1bafe939bd3c627f6ab012842ced39 (diff) | |
download | gtk+-constraint-grid-3.tar.gz |
Make grid constraint dynamicconstraint-grid-3
Handle dynamic changes:
- adding/removing children
- changing homogeneity
- attaching/detaching from a layout
Diffstat (limited to 'gtk/gtkgridconstraint.h')
-rw-r--r-- | gtk/gtkgridconstraint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkgridconstraint.h b/gtk/gtkgridconstraint.h index fb885d33f7..8c939e1285 100644 --- a/gtk/gtkgridconstraint.h +++ b/gtk/gtkgridconstraint.h @@ -46,6 +46,9 @@ void gtk_grid_constraint_add (GtkGridConstraint *self, int bottom); GDK_AVAILABLE_IN_ALL +void gtk_grid_constraint_remove (GtkGridConstraint *self, + GtkWidget *child); +GDK_AVAILABLE_IN_ALL void gtk_grid_constraint_attach (GtkGridConstraint *self, GtkConstraintLayout *layout); GDK_AVAILABLE_IN_ALL |