summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserembed.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@gnome.org>2004-03-03 04:52:01 +0000
committerJonathan Blandford <jrb@src.gnome.org>2004-03-03 04:52:01 +0000
commitbb5a499944d4fc9da92fccb7ab7b511c8ab6bb2d (patch)
treeed55ca16a1e23bd129137d0093e3874ec1d226e0 /gtk/gtkfilechooserembed.h
parent956e313af659ce8c8783814b119320aa3be226ea (diff)
downloadgtk+-bb5a499944d4fc9da92fccb7ab7b511c8ab6bb2d.tar.gz
Split function into realized and unrealized variants, and consolidate the
Tue Mar 2 23:39:55 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooserdialog.c (file_chooser_widget_default_realized_size_changed): Split function into realized and unrealized variants, and consolidate the handling fo size-changing and default changing. * gtk/gtkfilechooserembed.[ch] (gtk_file_chooser_embed_class_init): remove resizable-hints-changed, as it just complicated things. * gtk/gtkfilechooserdefault.c (update_appearance): Don't emit resizable-hints-changed.
Diffstat (limited to 'gtk/gtkfilechooserembed.h')
-rw-r--r--gtk/gtkfilechooserembed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserembed.h b/gtk/gtkfilechooserembed.h
index a44f72b20d..e41c7f86cc 100644
--- a/gtk/gtkfilechooserembed.h
+++ b/gtk/gtkfilechooserembed.h
@@ -49,7 +49,6 @@ struct _GtkFileChooserEmbedIface
/* Signals
*/
void (*default_size_changed) (GtkFileChooserEmbed *chooser_embed);
- void (*resizable_hints_changed) (GtkFileChooserEmbed *chooser_embed);
};
GType _gtk_file_chooser_embed_get_type (void);