1998-03-13 05:20:55 +00:00
|
|
|
#ifndef __GCMD_H
|
|
|
|
#define __GCMD_H
|
|
|
|
|
1999-02-15 21:19:03 +00:00
|
|
|
void gnome_listing_cmd (GtkWidget *widget, WPanel *panel);
|
|
|
|
void gnome_compare_panels (void);
|
|
|
|
void gnome_open_terminal (void);
|
|
|
|
void gnome_open_terminal_with_cmd (const char *command);
|
|
|
|
void gnome_about_cmd (void);
|
|
|
|
void gnome_open_panel (GtkWidget *widget, WPanel *panel);
|
|
|
|
void gnome_close_panel (GtkWidget *widget, WPanel *panel);
|
1999-03-11 22:17:36 +00:00
|
|
|
|
1999-02-15 21:19:03 +00:00
|
|
|
void gnome_icon_view_cmd (GtkWidget *widget, WPanel *panel);
|
1999-03-11 22:17:36 +00:00
|
|
|
void gnome_brief_view_cmd (GtkWidget *widget, WPanel *panel);
|
|
|
|
void gnome_detailed_view_cmd (GtkWidget *widget, WPanel *panel);
|
1999-02-15 21:19:03 +00:00
|
|
|
void gnome_custom_view_cmd (GtkWidget *widget, WPanel *panel);
|
1999-03-11 22:17:36 +00:00
|
|
|
|
1999-02-15 21:19:03 +00:00
|
|
|
void gnome_sort_cmd (GtkWidget *widget, WPanel *panel);
|
|
|
|
void gnome_select_all_cmd (GtkWidget *widget, WPanel *panel);
|
1999-04-07 01:33:04 +00:00
|
|
|
void gnome_start_search (GtkWidget *widget, WPanel *panel);
|
1999-02-15 21:19:03 +00:00
|
|
|
void gnome_filter_cmd (GtkWidget *widget, WPanel *panel);
|
|
|
|
void gnome_external_panelize (GtkWidget *widget, WPanel *panel);
|
|
|
|
void gnome_open_files (GtkWidget *widget, WPanel *panel);
|
|
|
|
void gnome_run_new (GtkWidget *widget, GnomeDesktopEntry *gde);
|
|
|
|
void gnome_mkdir_cmd (GtkWidget *widget, WPanel *panel);
|
1999-03-19 17:13:33 +00:00
|
|
|
void gnome_new_launcher (GtkWidget *widget, WPanel *panel);
|
1999-02-05 23:52:44 +00:00
|
|
|
void gnome_reverse_selection_cmd_panel (WPanel *panel);
|
1999-04-07 23:26:49 +00:00
|
|
|
void gnome_select (GtkWidget *widget, WPanel *panel);
|
1999-04-09 12:58:10 +00:00
|
|
|
void set_cursor_normal (WPanel *panel);
|
|
|
|
void set_cursor_busy (WPanel *panel);
|
1999-05-01 13:58:00 +00:00
|
|
|
void gnome_new_link (GtkWidget *widget, WPanel *panel);
|
1999-01-04 23:45:02 +00:00
|
|
|
|
1998-03-13 05:20:55 +00:00
|
|
|
#endif /* __GCMD_H */
|