/[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 3122 by schoenebeck, Sat Apr 15 20:21:41 2017 UTC revision 3123 by schoenebeck, Tue Apr 25 20:45:54 2017 UTC
# Line 433  protected: Line 433  protected:
433      void show_intruments_tab();      void show_intruments_tab();
434      void show_scripts_tab();      void show_scripts_tab();
435    
436        void select_prev_region();
437        void select_next_region();
438    
439        void select_next_dim_rgn_zone();
440        void select_prev_dim_rgn_zone();
441        void select_prev_dimension();
442        void select_next_dimension();
443    
444      void add_instrument(gig::Instrument* instrument);      void add_instrument(gig::Instrument* instrument);
445      Gtk::RadioMenuItem* add_instrument_to_menu(const Glib::ustring& name,      Gtk::RadioMenuItem* add_instrument_to_menu(const Glib::ustring& name,
446                                                 int position = -1);                                                 int position = -1);

Legend:
Removed from v.3122  
changed lines
  Added in v.3123

  ViewVC Help
Powered by ViewVC