/[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 3156 by schoenebeck, Sun May 7 15:32:43 2017 UTC revision 3157 by schoenebeck, Mon May 8 17:30:10 2017 UTC
# Line 25  Line 25 
25  #include <gtkmm/actiongroup.h>  #include <gtkmm/actiongroup.h>
26  #include "ManagedWindow.h"  #include "ManagedWindow.h"
27    
28    /** @brief Editor for gigedit macros.
29     *
30     * Implements a window which allows to edit the abstract tree of one macro
31     * that may be applied with gigedit.
32     */
33  class MacroEditor : public ManagedWindow {  class MacroEditor : public ManagedWindow {
34  public:  public:
35      MacroEditor();      MacroEditor();

Legend:
Removed from v.3156  
changed lines
  Added in v.3157

  ViewVC Help
Powered by ViewVC