/[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 2918 by schoenebeck, Wed May 18 10:10:25 2016 UTC revision 2994 by schoenebeck, Sat Sep 24 23:34:37 2016 UTC
# Line 276  protected: Line 276  protected:
276      class ModelColumns : public Gtk::TreeModel::ColumnRecord {      class ModelColumns : public Gtk::TreeModel::ColumnRecord {
277      public:      public:
278          ModelColumns() {          ModelColumns() {
279              add(m_col_nr);
280            add(m_col_name);            add(m_col_name);
281            add(m_col_instr);            add(m_col_instr);
282          }          }
283    
284            Gtk::TreeModelColumn<int> m_col_nr;
285          Gtk::TreeModelColumn<Glib::ustring> m_col_name;          Gtk::TreeModelColumn<Glib::ustring> m_col_name;
286          Gtk::TreeModelColumn<gig::Instrument*> m_col_instr;          Gtk::TreeModelColumn<gig::Instrument*> m_col_instr;
287      } m_Columns;      } m_Columns;
# Line 384  protected: Line 386  protected:
386      void show_script_slots();      void show_script_slots();
387      void on_action_view_status_bar();      void on_action_view_status_bar();
388      void on_auto_restore_win_dim();      void on_auto_restore_win_dim();
389        void on_save_with_temporary_file();
390      void on_action_refresh_all();      void on_action_refresh_all();
391      void on_action_warn_user_on_extensions();      void on_action_warn_user_on_extensions();
392      void on_action_sync_sampler_instrument_selection();      void on_action_sync_sampler_instrument_selection();

Legend:
Removed from v.2918  
changed lines
  Added in v.2994

  ViewVC Help
Powered by ViewVC