/[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 1262 by persson, Sun Jul 22 15:07:08 2007 UTC revision 1303 by persson, Sun Aug 26 09:29:52 2007 UTC
# Line 226  protected: Line 226  protected:
226    
227      bool file_save();      bool file_save();
228      bool file_save_as();      bool file_save_as();
229        bool check_if_savable();
230    
231      void on_button_release(GdkEventButton* button);      void on_button_release(GdkEventButton* button);
232        void on_sample_treeview_drag_begin(const Glib::RefPtr<Gdk::DragContext>& context);
233      void on_sample_treeview_drag_data_get(const Glib::RefPtr<Gdk::DragContext>&,      void on_sample_treeview_drag_data_get(const Glib::RefPtr<Gdk::DragContext>&,
234                                            Gtk::SelectionData& selection_data, guint, guint);                                            Gtk::SelectionData& selection_data, guint, guint);
235      void on_sample_label_drop_drag_data_received(const Glib::RefPtr<Gdk::DragContext>& context,      void on_sample_label_drop_drag_data_received(const Glib::RefPtr<Gdk::DragContext>& context,
236                                                   int, int,                                                   int, int,
237                                                   const Gtk::SelectionData& selection_data,                                                   const Gtk::SelectionData& selection_data,
238                                                   guint, guint time);                                                   guint, guint time);
239    
240      void sample_name_changed(const Gtk::TreeModel::Path& path,      void sample_name_changed(const Gtk::TreeModel::Path& path,
241                               const Gtk::TreeModel::iterator& iter);                               const Gtk::TreeModel::iterator& iter);
242      void instrument_name_changed(const Gtk::TreeModel::Path& path,      void instrument_name_changed(const Gtk::TreeModel::Path& path,
# Line 247  protected: Line 250  protected:
250      Gtk::Menu* popup_menu;      Gtk::Menu* popup_menu;
251    
252      bool on_delete_event(GdkEventAny* event);      bool on_delete_event(GdkEventAny* event);
253    
254        bool first_call_to_drag_data_get;
255  };  };
256    
257  #endif  #endif

Legend:
Removed from v.1262  
changed lines
  Added in v.1303

  ViewVC Help
Powered by ViewVC