/* $Id: auto.h,v 1.1.1.1 2000/01/30 16:39:14 benediktroth Exp $ */ #ifndef __AUTO_H__ #define __AUTO_H__ #include GtkWidget *auto_directory; GtkWidget *auto_buttons_recursive; GtkWidget *auto_buttons_mptc; GtkWidget *auto_part1; GList *auto_part1_list; GtkWidget *auto_part2; GList *auto_part2_list; GtkWidget *auto_separator; GList *auto_separator_list; GtkWidget *auto_box_new( ); void auto_load_properties( void ); gchar *auto_get_part1( void ); gchar *auto_get_part2( void ); gchar *auto_get_separator( void ); gint auto_get_mptc( void ); void auto_start( ); void auto_directory_select( void ); void auto_lf( GtkWidget *widget, GtkFileSelection *file_selection ); void auto_directory_load( gchar *dirname ); void auto_go( gchar *dir, gint depth, gboolean recursive, gchar *part1, gchar *part2, gchar separator, int mptc ); #endif