summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkfilechooserdialog.sgml
Commit message (Collapse)AuthorAgeFilesLines
* 2.6.5GTK_2_6_5Matthias Clasen2005-04-091-3/+0
|
* 2.6.3GTK_2_6_3Matthias Clasen2005-02-281-0/+3
|
* Make short descriptions a bit more consistent.Matthias Clasen2004-10-111-1/+1
|
* Added an .gtkrc-2.0 example of how to actually change the key bindings.Federico Mena Quintero2004-04-291-1/+2
| | | | | | | 2004-04-29 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooser.sgml: Added an .gtkrc-2.0 example of how to actually change the key bindings.
* Added a section about using known response codes for "accept"-typeFederico Mena Quintero2004-03-271-8/+62
| | | | | | | | 2004-03-26 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooserdialog.sgml: Added a section about using known response codes for "accept"-type buttons, rather than custom responses. This is related to bugs #136237 and #138263.
* === Released 2.3.5 ===GTK_2_3_5Owen Taylor2004-03-021-0/+20
| | | | | | | | | | | Tue Mar 2 17:06:05 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.5 === * NEWS: Updates * configure.in: Version 2.3.5, interface age 0. Require glib-2.3.5, pango-1.3.5.
* Added sections section about generating previews and including extraFederico Mena Quintero2003-11-181-1/+1
| | | | | | | | | | | | | | | 2003-11-18 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooser.sgml: Added sections section about generating previews and including extra widgets. * gtk/gtk-docs.sgml: Added a part about migrating old code to new widgets. * gtk/migrating-GtkFileChooser.sgml: New file. * gtk/Makefile.am (content_files): Added migrating-GtkFileChooser.sgml.
* Added the text for the initial section, and descriptions for the signalsFederico Mena Quintero2003-10-231-7/+56
| | | | | | | | | | | | | 2003-10-23 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooser.sgml: Added the text for the initial section, and descriptions for the signals and enumerations. * gtk/tmpl/gtkfilechooserdialog.sgml: Added the text for the initial section, and a short example. * gtk/tmpl/gtkfilechooserwidget.sgml: Added the text for the initial section.
* Add short descriptions.Matthias Clasen2003-10-231-2/+1
| | | | | | | | | Fri Oct 24 00:25:07 2003 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkfilefilter.sgml: * gtk/tmpl/gtkfilechooser.sgml: * gtk/tmpl/gtkfilechooserwidget.sgml: * gtk/tmpl/gtkfilechooserdialog.sgml: Add short descriptions.
* Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,Federico Mena Quintero2003-10-231-0/+31
2003-10-23 Federico Mena Quintero <federico@ximian.com> * gtk/gtk.types: Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type, gtk_file_chooser_widget_get_type, gtk_file_filter_get_type. * gtk/gtk-sections.txt: Added GtkFileChooser, GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter. * gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h, gtkfilechooserdefault.h, gtkfilechooserentry.h, gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h, gtkfilesystemunix.h. * gtk/tmpl/gtkfilechooser.sgml: New template file. * gtk/tmpl/gtkfilechooserdialog.sgml: Likewise. * gtk/tmpl/gtkfilechooserwidget.sgml: Likewise. * gtk/tmpl/gtkfilefilter.sgml: Likewise.