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

merge

parent 5fef9c7a
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ class solverButton : public Fl_Group { ...@@ -16,7 +16,7 @@ class solverButton : public Fl_Group {
private: private:
Fl_Button *_butt[2]; Fl_Button *_butt[2];
Fl_Menu_Button *_popup; Fl_Menu_Button *_popup;
char _tooltip[256], _arrow[32]; char _tooltip[256];
public: public:
solverButton(int x, int y, int w, int h, int num, Fl_Color col); solverButton(int x, int y, int w, int h, int num, Fl_Color col);
void copy_label(const std::string &label){ _butt[0]->copy_label(label.c_str()); } void copy_label(const std::string &label){ _butt[0]->copy_label(label.c_str()); }
......
...@@ -17,7 +17,7 @@ class viewButton : public Fl_Group { ...@@ -17,7 +17,7 @@ class viewButton : public Fl_Group {
Fl_Check_Button *_toggle; Fl_Check_Button *_toggle;
Fl_Button *_butt; Fl_Button *_butt;
Fl_Menu_Button *_popup; Fl_Menu_Button *_popup;
char _tooltip[256], _arrow[32]; char _tooltip[256];
public: public:
viewButton(int x, int y, int w, int h, int num, Fl_Color col); viewButton(int x, int y, int w, int h, int num, Fl_Color col);
double value() { return _toggle->value(); } double value() { return _toggle->value(); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment