Ardour  9.0-pre0-384-ga76afae0e9
gtkfilechooserutils.h
Go to the documentation of this file.
1 /* GTK - The GIMP Toolkit
2  * gtkfilechooserutils.h: Private utility functions useful for
3  * implementing a GtkFileChooser interface
4  * Copyright (C) 2003, Red Hat, Inc.
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the
18  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19  * Boston, MA 02111-1307, USA.
20  */
21 
22 #ifndef __GTK_FILE_CHOOSER_UTILS_H__
23 #define __GTK_FILE_CHOOSER_UTILS_H__
24 
25 #include "gtkfilechooserprivate.h"
26 
27 G_BEGIN_DECLS
28 
29 #define GTK_FILE_CHOOSER_DELEGATE_QUARK (_gtk_file_chooser_delegate_get_quark ())
30 
31 typedef enum {
47 
48 void _gtk_file_chooser_install_properties (GObjectClass *klass);
49 
52  GtkFileChooser *delegate);
53 
54 GQuark _gtk_file_chooser_delegate_get_quark (void) G_GNUC_CONST;
55 
57 
58 G_END_DECLS
59 
60 #endif /* __GTK_FILE_CHOOSER_UTILS_H__ */
struct _GtkFileChooser GtkFileChooser
void _gtk_file_chooser_delegate_iface_init(GtkFileChooserIface *iface)
GtkFileChooserProp
@ GTK_FILE_CHOOSER_PROP_DO_OVERWRITE_CONFIRMATION
@ GTK_FILE_CHOOSER_PROP_FILE_SYSTEM_BACKEND
@ GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL
@ GTK_FILE_CHOOSER_PROP_SELECT_MULTIPLE
@ GTK_FILE_CHOOSER_PROP_LAST
@ GTK_FILE_CHOOSER_PROP_EXTRA_WIDGET
@ GTK_FILE_CHOOSER_PROP_PREVIEW_WIDGET
@ GTK_FILE_CHOOSER_PROP_CREATE_FOLDERS
@ GTK_FILE_CHOOSER_PROP_SHOW_HIDDEN
@ GTK_FILE_CHOOSER_PROP_ACTION
@ GTK_FILE_CHOOSER_PROP_LOCAL_ONLY
@ GTK_FILE_CHOOSER_PROP_FIRST
@ GTK_FILE_CHOOSER_PROP_FILTER
@ GTK_FILE_CHOOSER_PROP_PREVIEW_WIDGET_ACTIVE
void _gtk_file_chooser_set_delegate(GtkFileChooser *receiver, GtkFileChooser *delegate)
GQuark _gtk_file_chooser_delegate_get_quark(void) G_GNUC_CONST
GList * _gtk_file_chooser_extract_recent_folders(GList *infos)
void _gtk_file_chooser_install_properties(GObjectClass *klass)