]> Pileus Git - ~andy/gtk/commit
Add gtk_file_chooser_set_current_name() to set the current entry contents.
authorOwen Taylor <otaylor@redhat.com>
Fri, 11 Jul 2003 19:18:36 +0000 (19:18 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 11 Jul 2003 19:18:36 +0000 (19:18 +0000)
commit7f8ae32c1d8c48cb361d1864c27a69f27f6a2dbd
tree8d00400d98eb3f137b13b35fdbe6f1a4df2ee3ab
parent10d77dd6dae4ab21fc4c2b441e73a403905ab6aa
Add gtk_file_chooser_set_current_name() to set the current entry contents.

Fri Jul 11 14:37:07 2003  Owen Taylor  <otaylor@redhat.com>

        * gtkfilechooser.[ch] gtkfilechooserprivate.h
        gtkfilechooserimpldefault.c: Add
        gtk_file_chooser_set_current_name() to set the current
        entry contents.

        * *.c: Consistently use '-' not '_' in property names and
        signal names.

        * gtkfilechooser.c: Document all exported functions.
gtk/gtkfilechooser.c
gtk/gtkfilechooser.h
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserdialog.c
gtk/gtkfilechooserprivate.h
gtk/gtkfilechooserutils.c
gtk/gtkfilesystem.c
gtk/gtkfilesystemmodel.c
tests/testfilechooser.c