summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserutils.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2004-02-27 23:51:16 +0000
committerJonathan Blandford <jrb@src.gnome.org>2004-02-27 23:51:16 +0000
commit0cfdc7fb2bb48f38f30882de53ff2afb3093a34c (patch)
tree4263a91c66c0d7d6278cab75754a186149865644 /gtk/gtkfilechooserutils.h
parentc5fe469c82b6b79ee466bb0aa438e64e5cee59b6 (diff)
downloadgtk+-0cfdc7fb2bb48f38f30882de53ff2afb3093a34c.tar.gz
New private interface to help negotiate the default size of the widget.
Fri Feb 27 18:46:27 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtkfilechooserembed.h: New private interface to help negotiate the default size of the widget. Still a bit buggy, but better than the old behavior. * gtk/gtkfilechooserdefault.c: Implement the embed interface. * gtk/gtkfilechooserwidget.c: Proxy the embed interface. * gtk/gtkfilechooserdialog.c: Use the embed interface.
Diffstat (limited to 'gtk/gtkfilechooserutils.h')
-rw-r--r--gtk/gtkfilechooserutils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserutils.h b/gtk/gtkfilechooserutils.h
index 16c0f09de9..f6ce29c07e 100644
--- a/gtk/gtkfilechooserutils.h
+++ b/gtk/gtkfilechooserutils.h
@@ -31,7 +31,6 @@ typedef enum {
GTK_FILE_CHOOSER_PROP_ACTION = GTK_FILE_CHOOSER_PROP_FIRST,
GTK_FILE_CHOOSER_PROP_FILE_SYSTEM_BACKEND,
GTK_FILE_CHOOSER_PROP_FILTER,
- GTK_FILE_CHOOSER_PROP_FOLDER_MODE,
GTK_FILE_CHOOSER_PROP_LOCAL_ONLY,
GTK_FILE_CHOOSER_PROP_PREVIEW_WIDGET,
GTK_FILE_CHOOSER_PROP_PREVIEW_WIDGET_ACTIVE,