From 49d1a3bdfeaba13a6d455524343afb6d34bcef18 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 17 Aug 2006 21:46:56 +0000 Subject: [PATCH] tooltip --- Fltk/GUI.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index 35f54c1823..d000719e26 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,4 +1,4 @@ -// $Id: GUI.cpp,v 1.527 2006-08-17 21:28:34 geuzaine Exp $ +// $Id: GUI.cpp,v 1.528 2006-08-17 21:46:56 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -2594,6 +2594,7 @@ void GUI::create_option_window() mesh_butt[18]->selection_color(GMSH_TOGGLE_COLOR); mesh_butt[0] = new Fl_Check_Button(L + 2 * WB, 2 * WB + 4 * BH, BW, BH, "Reverse all normals"); + mesh_butt[0]->tooltip("(Alt+Shift+w)"); mesh_butt[0]->type(FL_TOGGLE_BUTTON); mesh_butt[0]->down_box(GMSH_TOGGLE_BOX); mesh_butt[0]->selection_color(GMSH_TOGGLE_COLOR); -- GitLab