~ubuntu-branches/debian/sid/gmsh/sid

« back to all changes in this revision

Viewing changes to Fltk/onelabGroup.h

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-08-26 22:45:27 UTC
  • mfrom: (1.3.25)
  • Revision ID: package-import@ubuntu.com-20150826224527-wiqnz3dwz6ap8tty
Tags: 2.10.1+dfsg1-1
* [4c450d1] Update d/watch.
* [90ca918] Imported Upstream version 2.10.1+dfsg1. (Closes: #793245)
* [af26665] Use any-arch instead of list of archs.
* [e94c6d2] Refresh patches.
* [6ab417f] Update d/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  std::vector<Fl_Widget*> _treeWidgets;
26
26
  std::vector<char*> _treeStrings;
27
27
  bool _stop;
28
 
  int _baseWidth, _indent;
 
28
  double _baseWidth, _indent;
29
29
  int _minWindowWidth, _minWindowHeight;
30
30
  double _widgetLabelRatio;
31
31
  std::set<std::string> _manuallyClosed;
72
72
    return _manuallyClosed.find(path) != _manuallyClosed.end();
73
73
  }
74
74
  viewButton *getViewButton(int num);
 
75
  void openCloseViewButton(int num);
75
76
  void addSolver(const std::string &name, const std::string &exe,
76
77
                 const std::string &hostName, int index);
77
78
  void removeSolver(const std::string &name);