New file selection dialog. Converted to use clist, added Mac-like pulldown,

and a few simple file operations.


	Ian Main <slow@intergate.bc.ca
This commit is contained in:
Ian Main 1998-01-21 07:53:07 +00:00
parent d1da1a45a0
commit 325dc92ad4
2 changed files with 666 additions and 335 deletions

File diff suppressed because it is too large Load Diff

View File

@ -48,7 +48,12 @@ struct _GtkFileSelection
GtkWidget *ok_button;
GtkWidget *cancel_button;
GtkWidget *help_button;
GtkWidget *history_pulldown;
GtkWidget *history_menu;
GList *history_list;
GtkWidget *fileop_dialog;
GtkWidget *fileop_entry;
gchar *fileop_file;
gpointer cmpl_state;
};