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

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

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

revision 2897 by schoenebeck, Sun May 1 20:20:06 2016 UTC revision 2898 by schoenebeck, Sun May 1 21:17:42 2016 UTC
# Line 64  protected: Line 64  protected:
64      std::vector<LinuxSampler::ParserIssue> m_issues;      std::vector<LinuxSampler::ParserIssue> m_issues;
65  #endif  #endif
66    
67        bool isModified() const;
68      void onButtonCancel();      void onButtonCancel();
69      void onButtonApply();      void onButtonApply();
70      void onWindowHide();      void onWindowHide();
# Line 77  protected: Line 78  protected:
78      void updateIssueTooltip(GdkEventMotion* e);      void updateIssueTooltip(GdkEventMotion* e);
79  #endif  #endif
80      bool on_motion_notify_event(GdkEventMotion* e);      bool on_motion_notify_event(GdkEventMotion* e);
81        bool onWindowDelete(GdkEventAny* e);
82  };  };
83    
84  #endif // GIGEDIT_SCRIPTEDITOR_H  #endif // GIGEDIT_SCRIPTEDITOR_H

Legend:
Removed from v.2897  
changed lines
  Added in v.2898

  ViewVC Help
Powered by ViewVC