diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-30 11:33:34 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-30 11:33:34 -0300 |
commit | 97084a46bd22f65cb4e7f8038297b5a1a1c7515c (patch) | |
tree | 1ada2c985a81b22990fa0639bfb5cd49d1cbbf56 /hardinfo2/shell.h | |
parent | fea14ed5d2088500649c1a1350a407922bac253c (diff) |
Add a label to the status bar to show if HardInfo is in remote or local mode
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r-- | hardinfo2/shell.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index 17a62a17..a959c23c 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -74,6 +74,7 @@ typedef enum { struct _Shell { GtkWidget *window, *vbox; GtkWidget *status, *progress; + GtkWidget *remote_label; GtkWidget *notebook; GtkWidget *hpaned, *vpaned; @@ -198,6 +199,8 @@ void shell_add_modules_to_gui(gpointer _shell_module, gpointer _shell_tree); void shell_save_hosts_file(void); void shell_update_remote_menu(void); +void shell_set_remote_label(Shell *shell, gchar *label); + #endif /* __SHELL_H__ */ |