/[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 2604 by schoenebeck, Sat Jun 7 22:34:31 2014 UTC revision 2610 by schoenebeck, Sun Jun 8 19:09:26 2014 UTC
# Line 312  protected: Line 312  protected:
312      void show_instr_props();      void show_instr_props();
313      bool instr_props_set_instrument();      bool instr_props_set_instrument();
314      void show_midi_rules();      void show_midi_rules();
315        void show_script_slots();
316      void on_action_view_status_bar();      void on_action_view_status_bar();
317      void on_action_warn_user_on_extensions();      void on_action_warn_user_on_extensions();
318      void on_action_help_about();      void on_action_help_about();
# Line 359  protected: Line 360  protected:
360      bool check_if_savable();      bool check_if_savable();
361    
362      void on_button_release(GdkEventButton* button);      void on_button_release(GdkEventButton* button);
363        void on_scripts_treeview_drag_begin(const Glib::RefPtr<Gdk::DragContext>& context);
364        void on_scripts_treeview_drag_data_get(const Glib::RefPtr<Gdk::DragContext>&,
365                                               Gtk::SelectionData& selection_data, guint, guint);
366      void on_sample_treeview_drag_begin(const Glib::RefPtr<Gdk::DragContext>& context);      void on_sample_treeview_drag_begin(const Glib::RefPtr<Gdk::DragContext>& context);
367      void on_sample_treeview_drag_data_get(const Glib::RefPtr<Gdk::DragContext>&,      void on_sample_treeview_drag_data_get(const Glib::RefPtr<Gdk::DragContext>&,
368                                            Gtk::SelectionData& selection_data, guint, guint);                                            Gtk::SelectionData& selection_data, guint, guint);

Legend:
Removed from v.2604  
changed lines
  Added in v.2610

  ViewVC Help
Powered by ViewVC