/[svn]/gigedit/trunk/src/dimregionedit.h
ViewVC logotype

Diff of /gigedit/trunk/src/dimregionedit.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1117 by persson, Sat Mar 24 13:05:58 2007 UTC revision 1118 by schoenebeck, Sat Mar 24 13:48:16 2007 UTC
# Line 26  Line 26 
26  #include <gtkmm/label.h>  #include <gtkmm/label.h>
27  #include <gtkmm/notebook.h>  #include <gtkmm/notebook.h>
28  #include <gtkmm/table.h>  #include <gtkmm/table.h>
29    #include <gtkmm/tooltips.h>
30    
31  #include "paramedit.h"  #include "paramedit.h"
32    
# Line 40  public: Line 41  public:
41      Gtk::Entry* wSample;      Gtk::Entry* wSample;
42    
43  protected:  protected:
44        Gtk::Tooltips tooltips;
45    
46      Gtk::Table* table[5];      Gtk::Table* table[5];
47    
48      Gtk::Label* lSample;      Gtk::Label* lSample;

Legend:
Removed from v.1117  
changed lines
  Added in v.1118

  ViewVC Help
Powered by ViewVC