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

*** empty log message ***

parent 31e1457e
No related branches found
No related tags found
No related merge requests found
...@@ -131,6 +131,10 @@ GUI::GUI(int argc, char **argv) ...@@ -131,6 +131,10 @@ GUI::GUI(int argc, char **argv)
// e.g. directly loop through time steps with the keyboard) // e.g. directly loop through time steps with the keyboard)
graph[0]->gl->take_focus(); graph[0]->gl->take_focus();
// test: create another graphic window
//graph.push_back(new graphicWindow(_fontsize));
//graph[1]->win->show();
// create all the permanent windows // create all the permanent windows
options = new optionWindow(_fontsize); options = new optionWindow(_fontsize);
fields = new fieldWindow(_fontsize); fields = new fieldWindow(_fontsize);
......
...@@ -218,7 +218,8 @@ void pluginWindow::show(int viewIndex) ...@@ -218,7 +218,8 @@ void pluginWindow::show(int viewIndex)
win->show(); win->show();
} }
void pluginWindow::createDialogBox(GMSH_Plugin *p, int x, int y, int width, int height) void pluginWindow::createDialogBox(GMSH_Plugin *p, int x, int y,
int width, int height)
{ {
p->dialogBox = new PluginDialogBox; p->dialogBox = new PluginDialogBox;
p->dialogBox->group = new Fl_Group(x, y, width, height); p->dialogBox->group = new Fl_Group(x, y, width, height);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment