diff options
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, |