aboutsummaryrefslogtreecommitdiff
path: root/includes/shell.h
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2020-05-13 22:42:22 -0700
committerLeandro Pereira <leandro@hardinfo.org>2020-05-13 22:42:22 -0700
commite50ea0a6d34b59e638ad30116d589bc7aa169f44 (patch)
treedf6180ffe7bbe0f70b5c90409e7d7c6f5d74732b /includes/shell.h
parenta19233d7013aad91d4cfa80d216070caa6a8c141 (diff)
Show "Benchmarking..." dialog on top of sync manager
Diffstat (limited to 'includes/shell.h')
-rw-r--r--includes/shell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/shell.h b/includes/shell.h
index 3f0ef47e..522c1223 100644
--- a/includes/shell.h
+++ b/includes/shell.h
@@ -83,6 +83,8 @@ struct _Shell {
GtkWidget *notebook;
GtkWidget *hbox, *vpaned;
+ GtkWindow *transient_dialog;
+
ShellTree *tree;
ShellInfoTree *info_tree;
ShellModule *selected_module;
@@ -194,6 +196,8 @@ void shell_action_set_property(const gchar *action_name,
const gchar *property,
gboolean setting);
+void shell_set_transient_dialog(GtkWindow *dialog);
+
void shell_set_side_pane_visible(gboolean setting);
void shell_set_note_from_entry(ShellModuleEntry *entry);
void shell_ui_manager_set_visible(const gchar *path,