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

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

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

revision 3183 by schoenebeck, Thu May 11 11:36:33 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 Setup all gigedit macros.  /** @brief Setup all gigedit macros.
# Line 65  protected: Line 66  protected:
66      Gtk::HButtonBox m_buttonBoxL;      Gtk::HButtonBox m_buttonBoxL;
67      Gtk::HButtonBox m_buttonBox;      Gtk::HButtonBox m_buttonBox;
68      Gtk::ScrolledWindow m_scrolledWindow;      Gtk::ScrolledWindow m_scrolledWindow;
69    #if GTKMM_MAJOR_VERSION < 3
70        view::WrapLabel m_labelIntro;
71    #else
72        Gtk::Label m_labelIntro;
73    #endif
74    
75      class MacroListModel : public Gtk::TreeModel::ColumnRecord {      class MacroListModel : public Gtk::TreeModel::ColumnRecord {
76      public:      public:

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

  ViewVC Help
Powered by ViewVC