~ubuntu-branches/debian/squeeze/gmsh/squeeze

« back to all changes in this revision

Viewing changes to Fltk/fieldWindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme
  • Date: 2009-09-02 18:12:15 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090902181215-yla8zvcas2ucvkm9
[Christophe Prud'homme]
* New upstream release
  + fixed surface mesh orientation bug introduced in 2.4.0;
  + mesh and graphics code refactoring;
  + small usability enhancements and bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#include <FL/Fl_Hold_Browser.H>
13
13
#include <FL/Fl_Widget.H>
14
14
#include <FL/Fl_Button.H>
15
 
#include <FL/Fl_Check_Button.H>
16
15
#include <FL/Fl_Group.H>
17
16
#include <FL/Fl_Scroll.H>
18
17
#include <FL/Fl_Box.H>
30
29
  Fl_Scroll *options_scroll;
31
30
  Fl_Group *editor_group;
32
31
  Fl_Box *title, *empty_message;
33
 
  Fl_Check_Button *background_btn;
 
32
  Fl_Button *background_btn;
34
33
  Fl_Menu_Button *put_on_view_btn;
35
34
  Fl_Browser *help_display;
36
35
  Fl_Button *delete_btn;