mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Highlight Drop Trigger Slot
This commit is contained in:
parent
5f810843bb
commit
fde1b3d27e
2 changed files with 56 additions and 3 deletions
|
|
@ -131,8 +131,12 @@ private:
|
|||
|
||||
void selection_changed ();
|
||||
|
||||
bool drag_motion (Glib::RefPtr<Gdk::DragContext>const&, int, int, guint);
|
||||
void drag_leave (Glib::RefPtr<Gdk::DragContext>const&, guint);
|
||||
void drag_data_received (Glib::RefPtr<Gdk::DragContext> const&, int, int, Gtk::SelectionData const&, guint, guint);
|
||||
|
||||
uint64_t slot_at_y (int) const;
|
||||
|
||||
sigc::connection update_connection;
|
||||
sigc::connection selection_connection;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue