~ubuntu-branches/ubuntu/hardy/pcmanfm/hardy-backports

« back to all changes in this revision

Viewing changes to src/main-window.h

  • Committer: Bazaar Package Importer
  • Author(s): J?r?me Guelfucci
  • Date: 2008-07-01 00:40:37 UTC
  • mfrom: (5.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080701004037-q6pfacskp0xnk10k
Tags: 0.4.3-1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  GtkCheckMenuItem* show_hidden_files_menu;
37
37
 
38
38
  GtkCheckMenuItem* view_as_icon;
 
39
  GtkCheckMenuItem* view_as_compact_list;
39
40
  GtkCheckMenuItem* view_as_list;
40
41
 
41
42
  GtkCheckMenuItem* sort_by_name;
73
74
void fm_main_window_add_new_tab( FMMainWindow* mainWindow,
74
75
                                 const char* folder_path,
75
76
                                 gboolean open_dir_tree,
76
 
                                 PtkFileBrowserSidePaneMode side_pane_mode );
 
77
                                 PtkFBSidePaneMode side_pane_mode );
77
78
 
78
79
void fm_main_window_preference( FMMainWindow* main_window );
79
80
 
 
81
/* get last active window */
80
82
FMMainWindow* fm_main_window_get_last_active();
81
83
 
 
84
/* get all windows
 
85
 * The returned GList is owned and used internally by FMMainWindow, and
 
86
 * should not be freed.
 
87
*/
 
88
const GList* fm_main_window_get_all();
 
89
 
82
90
void fm_main_window_open_terminal( GtkWindow* parent,
83
91
                                   const char* path );
84
92