Searched refs:_handleDragDrop (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | layers.h | 73 bool _handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time);
|
H A D | objects.h | 200 bool _handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time);
|
H A D | tags.h | 73 bool _handleDragDrop(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time);
|
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 1220 milliseconds