/[beaver]/beaver/src/filesops.h
ViewVC logotype

Diff of /beaver/src/filesops.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mikix, Mon Mar 10 06:01:28 2003 UTC revision 1.3 by mikix, Fri Mar 28 07:22:53 2003 UTC
# Line 41  void display_recent_files (void); Line 41  void display_recent_files (void);
41  void open_recent_file (GtkWidget *DummyWidget, guint i);  void open_recent_file (GtkWidget *DummyWidget, guint i);
42  void autosave (gint Delay);  void autosave (gint Delay);
43  void save_file_as_func (const gchar *FileName);  void save_file_as_func (const gchar *FileName);
44    void save_a_copy_func (const gchar *FileName);
45  void open_filename (const gchar *filename);  void open_filename (const gchar *filename);
46  void new_file (void);  void new_file (void);
47  void open_file (void);  void open_file (void);
48  void save_file (void);  void save_file (void);
49  void save_file_as (void);  void save_file_as (void);
50    void save_a_copy (void);
51  void save_all (void);  void save_all (void);
52  gboolean question_window_show (gint CurrentPage);  gboolean question_window_show (gint CurrentPage);
53  void close_file_func (gint CurrentPage);  void close_file_func (gint CurrentPage);
# Line 55  void close_all (void); Line 57  void close_all (void);
57  gboolean quit (void);  gboolean quit (void);
58  gboolean open_file_window_new (void);  gboolean open_file_window_new (void);
59  gboolean save_file_as_window_new (void);  gboolean save_file_as_window_new (void);
60    gboolean save_a_copy_window_new (void);
61    
62  #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26