Forgotten file.

This commit is contained in:
Matthias Clasen
2004-07-07 15:26:21 +00:00
parent 1aa00e5215
commit bb4a9f9008
5 changed files with 8 additions and 0 deletions

View File

@ -221,6 +221,10 @@ struct _GtkTreeViewPrivate
GtkWidget *search_entry;
gint prev_width;
GtkTreeViewRowSeparatorFunc row_separator_func;
gpointer row_separator_data;
GtkDestroyNotify row_separator_destroy;
};
#ifdef __GNUC__