diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-08-28 21:20:53 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-08-28 21:20:53 -0400 |
commit | f64647077f1d7ebf63a497c2f87862ef37aeb570 (patch) | |
tree | 1f971fc3fe7aad37cd0ea0797b047b53c1ec9e25 /gtk/gtkgrid.h | |
parent | b2188f5dc1fb0a02135929db37c54a29e9ba78b6 (diff) | |
download | gtk+-f64647077f1d7ebf63a497c2f87862ef37aeb570.tar.gz |
Add an accessor for grid children
This addresses concerns in bug 634136.
Diffstat (limited to 'gtk/gtkgrid.h')
-rw-r--r-- | gtk/gtkgrid.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkgrid.h b/gtk/gtkgrid.h index 99f9e4e300..491ba22321 100644 --- a/gtk/gtkgrid.h +++ b/gtk/gtkgrid.h @@ -79,6 +79,9 @@ void gtk_grid_attach_next_to (GtkGrid *grid, GtkPositionType side, gint width, gint height); +GtkWidget *gtk_grid_get_child_at (GtkGrid *grid, + gint left, + gint top); void gtk_grid_insert_row (GtkGrid *grid, gint position); void gtk_grid_insert_column (GtkGrid *grid, |