Searched defs:_handleDragDrop (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | layers.cpp | 662 bool LayersPanel::_handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& /*context*/, int x, int y, guint /*time*/) function in class:Inkscape::UI::Dialog::LayersPanel 856 _tree.signal_drag_drop().connect( sigc::mem_fun(*this, &LayersPanel::_handleDragDrop), false);
|
H A D | tags.cpp | 736 bool TagsPanel::_handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& /*context*/, int x, int y, guint /*time*/) function in class:Inkscape::UI::Dialog::TagsPanel 968 _tree.signal_drag_drop().connect( sigc::mem_fun(*this, &TagsPanel::_handleDragDrop), false);
|
H A D | objects.cpp | 990 bool ObjectsPanel::_handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& /*context*/, int x, int y, guint /*time*/) function in class:Inkscape::UI::Dialog::ObjectsPanel 1752 _tree.signal_drag_drop().connect( sigc::mem_fun(*this, &ObjectsPanel::_handleDragDrop), false);
|
Completed in 19 milliseconds