Skip to content
Snippets Groups Projects
Commit 8b421593 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

document shortcuts

parent 91ad787c
No related branches found
No related tags found
No related merge requests found
...@@ -2902,7 +2902,7 @@ graphicWindow::graphicWindow(bool main, int numTiles, bool detachedMenu) ...@@ -2902,7 +2902,7 @@ graphicWindow::graphicWindow(bool main, int numTiles, bool detachedMenu)
x += sw; x += sw;
_butt[10] = new Fl_Button(x, mh + glheight + mheight + 2, sw, sht, "@-1gmsh_back"); _butt[10] = new Fl_Button(x, mh + glheight + mheight + 2, sw, sht, "@-1gmsh_back");
_butt[10]->callback(status_stepbackward_cb); _butt[10]->callback(status_stepbackward_cb);
_butt[10]->tooltip("Step backward"); _butt[10]->tooltip("Step backward (Left arrow)");
_butt[10]->deactivate(); _butt[10]->deactivate();
x += sw; x += sw;
_butt[7] = new Fl_Button(x, mh + glheight + mheight + 2, sw, sht, "@-1gmsh_play"); _butt[7] = new Fl_Button(x, mh + glheight + mheight + 2, sw, sht, "@-1gmsh_play");
...@@ -2912,7 +2912,7 @@ graphicWindow::graphicWindow(bool main, int numTiles, bool detachedMenu) ...@@ -2912,7 +2912,7 @@ graphicWindow::graphicWindow(bool main, int numTiles, bool detachedMenu)
x += sw; x += sw;
_butt[11] = new Fl_Button(x, mh + glheight + mheight + 2, sw, sht, "@-1gmsh_forward"); _butt[11] = new Fl_Button(x, mh + glheight + mheight + 2, sw, sht, "@-1gmsh_forward");
_butt[11]->callback(status_stepforward_cb); _butt[11]->callback(status_stepforward_cb);
_butt[11]->tooltip("Step forward"); _butt[11]->tooltip("Step forward (Right arrow)");
_butt[11]->deactivate(); _butt[11]->deactivate();
x += sw; x += sw;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment