From 75e2344a59f9b25354e51d754262476ff68b148e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 17 Jun 2021 17:18:09 +0200 Subject: GUI: Add a tooltip --- src/gui_backend_slurm.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/gui_backend_slurm.c b/src/gui_backend_slurm.c index 173ee65e..3a9e514d 100644 --- a/src/gui_backend_slurm.c +++ b/src/gui_backend_slurm.c @@ -760,6 +760,11 @@ static GtkWidget *make_indexing_parameters_widget(void *opts_priv) g_signal_connect(G_OBJECT(entry), "focus-out-event", G_CALLBACK(pathadd_focus_sig), opts); + gtk_widget_set_tooltip_text(hbox, "The search path includes /bin, " + "/usr/bin, the location of the CrystFEL GUI " + "executable, and anything you enter here. " + "You can include multiple locations " + "separated by colons."); return vbox; } -- cgit v1.2.3