diff options
author | Kalev Lember <kalevlember@gmail.com> | 2013-07-04 13:40:21 +0200 |
---|---|---|
committer | Kalev Lember <kalevlember@gmail.com> | 2013-07-04 15:19:47 +0200 |
commit | b46d583f87835c303ecc86f29bd601eb0b678863 (patch) | |
tree | f6db49bac8da32fb3c2eb7dc7f48766a7a5816ef /gtk/gtklistbox.h | |
parent | a5d2565b7e4467892fd5bbe78c2deb25b4a4626f (diff) | |
download | gtk+-b46d583f87835c303ecc86f29bd601eb0b678863.tar.gz |
GtkListBox: Add a function for getting the index of a row
https://bugzilla.gnome.org/show_bug.cgi?id=703618
Diffstat (limited to 'gtk/gtklistbox.h')
-rw-r--r-- | gtk/gtklistbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtklistbox.h b/gtk/gtklistbox.h index 5410072292..161bdb1e8e 100644 --- a/gtk/gtklistbox.h +++ b/gtk/gtklistbox.h @@ -153,6 +153,8 @@ GDK_AVAILABLE_IN_3_10 void gtk_list_box_row_set_header (GtkListBoxRow *row, GtkWidget *header); GDK_AVAILABLE_IN_3_10 +gint gtk_list_box_row_get_index (GtkListBoxRow *row); +GDK_AVAILABLE_IN_3_10 void gtk_list_box_row_changed (GtkListBoxRow *row); |