GtkFileChooserDialog: Define children with a GtkBuilder template

This commit is contained in:
Tristan Van Berkom
2013-03-25 21:49:49 +09:00
parent bf909f5615
commit b537e1badd
6 changed files with 99 additions and 82 deletions

View File

@ -106,8 +106,6 @@ GSList * _gtk_file_chooser_list_shortcut_folder_files (GtkFileChooser *cho
struct _GtkFileChooserDialogPrivate
{
GtkWidget *widget;
char *file_system;
/* for use with GtkFileChooserEmbed */
gboolean response_requested;