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

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

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

revision 1100 by persson, Sat Mar 17 09:20:19 2007 UTC revision 1101 by schoenebeck, Sat Mar 17 17:46:09 2007 UTC
# Line 191  protected: Line 191  protected:
191      void on_action_add_sample();      void on_action_add_sample();
192      void on_action_remove_sample();      void on_action_remove_sample();
193    
194        void on_action_add_instrument();
195        void on_action_remove_instrument();
196    
197      LoadDialog* load_dialog;      LoadDialog* load_dialog;
198      Loader* loader;      Loader* loader;
199      void load_gig(gig::File* gig, const char* filename);      void load_gig(gig::File* gig, const char* filename);
# Line 210  protected: Line 213  protected:
213                                   const Gtk::TreeModel::iterator& iter);                                   const Gtk::TreeModel::iterator& iter);
214    
215      void __import_queued_samples();      void __import_queued_samples();
216        void __clear();
217    
218      Gtk::Menu* popup_menu;      Gtk::Menu* popup_menu;
219  };  };

Legend:
Removed from v.1100  
changed lines
  Added in v.1101

  ViewVC Help
Powered by ViewVC