From e9906f6d9335ae96cd6afac714646b97edc469a5 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Thu, 26 Jan 2006 19:39:15 +0000 Subject: Sync with internal svn --- hardinfo2/shell.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hardinfo2/shell.h') diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index 6614b8e1..54745bb6 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -45,6 +45,7 @@ typedef enum { TREE_COL_PBUF, TREE_COL_NAME, TREE_COL_DATA, + TREE_COL_SEL, TREE_NCOL } ShellTreeColumns; @@ -116,6 +117,8 @@ struct _ShellFieldUpdate { void shell_init(void); void shell_do_reload(void); +Shell *shell_get_main_shell(); + void shell_action_set_enabled(const gchar *action_name, gboolean setting); gboolean shell_action_get_active(const gchar *action_name); @@ -132,6 +135,8 @@ void shell_ui_manager_set_visible(const gchar *path, void shell_status_update(const gchar *message); void shell_status_pulse(void); void shell_status_set_percentage(gint percentage); +void shell_status_set_enabled(gboolean setting); + void shell_view_set_enabled(gboolean setting); #endif /* __SHELL_H__ */ -- cgit v1.2.3