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

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

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

revision 3710 by schoenebeck, Sat Dec 7 15:04:51 2019 UTC revision 3711 by schoenebeck, Fri Jan 10 14:22:25 2020 UTC
# Line 1  Line 1 
1  /*                                                         -*- c++ -*-  /*                                                         -*- c++ -*-
2   * Copyright (C) 2006 - 2019 Andreas Persson   * Copyright (C) 2006 - 2020 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 352  protected: Line 352  protected:
352      Glib::RefPtr<Gio::SimpleAction> m_actionEditScript;      Glib::RefPtr<Gio::SimpleAction> m_actionEditScript;
353      Glib::RefPtr<Gio::SimpleAction> m_actionRemoveScript;      Glib::RefPtr<Gio::SimpleAction> m_actionRemoveScript;
354    
355        Glib::RefPtr<Gio::SimpleAction> m_actionInstrDoubleClickOpensProps;
356    
357      Glib::RefPtr<Gio::SimpleAction> m_actionToggleCopySampleUnity;      Glib::RefPtr<Gio::SimpleAction> m_actionToggleCopySampleUnity;
358      Glib::RefPtr<Gio::SimpleAction> m_actionToggleCopySampleTune;      Glib::RefPtr<Gio::SimpleAction> m_actionToggleCopySampleTune;
359      Glib::RefPtr<Gio::SimpleAction> m_actionToggleCopySampleLoop;      Glib::RefPtr<Gio::SimpleAction> m_actionToggleCopySampleLoop;
# Line 574  protected: Line 576  protected:
576      void show_script_slots();      void show_script_slots();
577      void on_action_view_status_bar();      void on_action_view_status_bar();
578      void on_auto_restore_win_dim();      void on_auto_restore_win_dim();
579        void on_instr_double_click_opens_props();
580      void on_save_with_temporary_file();      void on_save_with_temporary_file();
581      void on_action_refresh_all();      void on_action_refresh_all();
582      void on_action_warn_user_on_extensions();      void on_action_warn_user_on_extensions();

Legend:
Removed from v.3710  
changed lines
  Added in v.3711

  ViewVC Help
Powered by ViewVC