]> Pileus Git - ~andy/gtk/commit
Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and
authorIan Main <imain@gnu.org>
Fri, 6 Mar 1998 05:03:15 +0000 (05:03 +0000)
committerIan Main <imain@src.gnome.org>
Fri, 6 Mar 1998 05:03:15 +0000 (05:03 +0000)
commit2a4c36a73d3a12466bfebdc4dca1b8f31bd8695b
tree87837d9b114d5ed7a70dbd1170a7f09c1f526321
parent4a35f24c470096c2d4edd9bfd95acab4efd60709
Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and

Thu Mar  5 20:41:27 1998  Ian Main  <imain@gnu.org>

* gtk/gtkfilesel.c: Added
  gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and
  gtk_file_selection_hide_fileop_buttons(GtkFileSelection *fs).
  Changed pulldown to only contain current directory name instead of
  the full path.  Removed Help button (it can now be packed into the
  button_area if desired.

* gtk/gtkfilesel.h: Added GtkWidget *button_area (the fileop
  buttons at the top are packed into this hbox), and GtkWidget
  action_area (hbox below clists) to GtkFileSelection structure.

* gtk/testgtk.c: Changed the filesel example to show off the hiding/
  showing of fileop buttons, and the packing area.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilesel.c
gtk/gtkfilesel.h
gtk/testgtk.c
tests/testgtk.c