From 4a0b6e5479b1f678f257b28182aaa9c35151d038 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 11 Jun 2013 13:56:38 +0200 Subject: GtkListBox: Remove refilter signal This was added from https://bugzilla.gnome.org/show_bug.cgi?id=691979 where it was wanted in order to get a "all children filtered" kind of row. However, the solution is not really generic enough, because filtering can happen for other reasons than a full refilter (i.e. due to a row change), and the partial fix you can get by counting children after refilter can be achieved by manually doing it whenever you manually called refilter anyway. Its possible we should have some better solution for the "empty state" though. --- gtk/gtklistbox.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk/gtklistbox.h') diff --git a/gtk/gtklistbox.h b/gtk/gtklistbox.h index df38082b06..ee49e08182 100644 --- a/gtk/gtklistbox.h +++ b/gtk/gtklistbox.h @@ -62,7 +62,6 @@ struct _GtkListBoxClass void (*activate_cursor_row) (GtkListBox* list_box); void (*toggle_cursor_row) (GtkListBox* list_box); void (*move_cursor) (GtkListBox* list_box, GtkMovementStep step, gint count); - void (*refilter) (GtkListBox* list_box); /* Padding for future expansion */ void (*_gtk_reserved1) (void); -- cgit v1.2.1