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

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

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

revision 3183 by schoenebeck, Wed May 10 21:21:14 2017 UTC revision 3184 by schoenebeck, Wed May 17 12:28:39 2017 UTC
# Line 23  Line 23 
23  #include "compat.h"  #include "compat.h"
24  #include <gtkmm/uimanager.h>  #include <gtkmm/uimanager.h>
25  #include <gtkmm/actiongroup.h>  #include <gtkmm/actiongroup.h>
26    #include "wrapLabel.hh"
27  #include "ManagedWindow.h"  #include "ManagedWindow.h"
28    
29  /** @brief Editor for gigedit macros.  /** @brief Editor for gigedit macros.
# Line 56  protected: Line 57  protected:
57      Gtk::HButtonBox m_buttonBoxL;      Gtk::HButtonBox m_buttonBoxL;
58      Gtk::HButtonBox m_buttonBox;      Gtk::HButtonBox m_buttonBox;
59      Gtk::ScrolledWindow m_scrolledWindow;      Gtk::ScrolledWindow m_scrolledWindow;
60      //Gtk::Label m_labelIntro;  #if GTKMM_MAJOR_VERSION < 3
61        view::WrapLabel m_labelIntro;
62    #else
63        Gtk::Label m_labelIntro;
64    #endif
65    
66      class ComboOptionsModel : public Gtk::TreeModel::ColumnRecord {      class ComboOptionsModel : public Gtk::TreeModel::ColumnRecord {
67      public:      public:

Legend:
Removed from v.3183  
changed lines
  Added in v.3184

  ViewVC Help
Powered by ViewVC