]> Pileus Git - ~andy/gtk/commit
New widget to go along with GtkFontButton and GtkColorButton for use in
authorMatthias Clasen <mclasen@redhat.com>
Tue, 17 Aug 2004 16:06:39 +0000 (16:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 17 Aug 2004 16:06:39 +0000 (16:06 +0000)
commita3aa10e5a67aaa83643a39c24016dfad0b725bd8
tree4497f255969421c5b1c18fb536019c5193a31bfa
parent36dfdad411fa8bbb8d13670210a3d247b185ae52
New widget to go along with GtkFontButton and GtkColorButton for use in

2004-08-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserbutton.[hc]: New widget to go along with
GtkFontButton and GtkColorButton for use in preference dialogs.
Replaces GnomeFileEntry.  (#148108, James M. Cape)

* gtk/gtk.h: Include gtkfilechooserbutton.h

* gtk/Makefile.am (gtk_public_h_sources): Add gtkfilechooserbutton.h
(gtk_c_sources): Add gtkfilechooserbutton.c

* gtk/gtk.symbols: Add the GtkFileChooserButton symbols.

* gtk/gtkfilechooserutils.[hc]: Make the delegate quark available.

* gtk/gtkfilechooserentry.[hc] (_gtk_file_chooser_entry_new): Allow
to suppress tab-eating using the new eat_tabs argument. Adjust all
callers.

* tests/testfilechooserbutton.c: Test for GtkFileChooserButton.

* tests/Makefile.am (noinst_PROGRAMS): Add testfilechooserbutton
16 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/Makefile.am
gtk/gtk.h
gtk/gtk.symbols
gtk/gtkfilechooserbutton.c [new file with mode: 0644]
gtk/gtkfilechooserbutton.h [new file with mode: 0644]
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserentry.c
gtk/gtkfilechooserentry.h
gtk/gtkfilechooserutils.c
gtk/gtkfilechooserutils.h
tests/Makefile.am
tests/testfilechooserbutton.c [new file with mode: 0644]