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

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

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

revision 1623 by persson, Fri Jan 4 19:42:45 2008 UTC revision 2151 by persson, Sun Nov 21 12:38:41 2010 UTC
# Line 1  Line 1 
1  /*                                                         -*- c++ -*-  /*                                                         -*- c++ -*-
2   * Copyright (C) 2006-2008 Andreas Persson   * Copyright (C) 2006-2010 Andreas Persson
3   *   *
4   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
5   * modify it under the terms of the GNU General Public License as   * modify it under the terms of the GNU General Public License as
# 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>
 #include <gtkmm/tooltips.h>  
29    
30  #include <set>  #include <set>
31    
# Line 54  protected: Line 53  protected:
53    
54      gig::DimensionRegion* dimregion;      gig::DimensionRegion* dimregion;
55    
56    #ifdef OLD_TOOLTIPS
57      Gtk::Tooltips tooltips;      Gtk::Tooltips tooltips;
58    #endif
59    
60      Gtk::Table* table[7];      Gtk::Table* table[7];
61    

Legend:
Removed from v.1623  
changed lines
  Added in v.2151

  ViewVC Help
Powered by ViewVC