Home
last modified time | relevance | path

Searched refs:DragDrop (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/dports/x11-toolkits/p5-Tk/Tk-804.035/DragDrop/
H A Dmotion_test4 use Tk::DragDrop;
7 Tk::DragDrop->import(@ARGV);
16 $sun->DragDrop(-event => '<B1-Motion>', -text => 'Sun', -sitetypes => [qw(Sun)]);
19 $either->DragDrop(-event => '<B1-Motion>', -text => 'Either', -sitetypes => [qw(Local Sun)]);
22 $loc->DragDrop(-event => '<B1-Motion>', -text => 'Local', -sitetypes => [qw(Local)]);
H A DDropSite.pm2 require Tk::DragDrop::Common;
3 require Tk::DragDrop::Rect;
15 Tk::DragDrop->Tk::DragDrop::Common::Type('Local');
108 $Tk::DragDrop::types{'Local'} = $class if (@$sites);
H A Ddrag_test4 use Tk::DragDrop qw(Sun);
10 $thing->DragDrop(-event => '<B1-Motion>', -sitetypes => [qw(Sun)], -handlers => [[\&handler]]);
H A Dlocal_test4 use Tk::DragDrop;
13 my $source = $thing->DragDrop(-event => '<B1-Motion>',
H A Dsite_test15 use Tk::DragDrop @$kind;
57 $thing->DragDrop(-event => '<B1-Motion>', @list,
H A DDragDrop.pm1 package Tk::DragDrop;
2 require Tk::DragDrop::Common;
91 Tk::DragDrop->import($type);
/dports/editors/gobby/gobby-0.4.13/inc/
H A Ddragdrop.hpp33 class DragDrop: public sigc::trackable, private net6::non_copyable class
36 DragDrop(Window& window);
37 ~DragDrop();
/dports/x11-toolkits/p5-Tk/Tk-804.035/DragDrop/DragDrop/
H A DCommon.pod4 Tk::DragDrop::Common - private class used by Drag&Drop
6 =for pm DragDrop/DragDrop/Common.pm
H A DSunConst.pod4 Tk::DragDrop::SunConst - Constants for Sun's Drag&Drop protocol
6 =for pm DragDrop/DragDrop/SunConst.pm
H A DLocalDrop.pm1 package Tk::DragDrop::Local;
7 require Tk::DragDrop;
11 Tk::DragDrop->Type('Local');
H A DSunDrop.pm1 package Tk::DragDrop::SunDrop;
2 require Tk::DragDrop::Rect;
9 use Tk::DragDrop::SunConst;
11 Tk::DragDrop->Type('Sun');
H A DSunSite.pm1 package Tk::DragDrop::SunSite;
7 use Tk::DragDrop::SunConst;
H A DXDNDDrop.pm1 package Tk::DragDrop::XDNDDrop;
9 Tk::DragDrop->Type('XDND');
/dports/security/keepass/KeePass-2.49-Source/KeePass/App/
H A DAppPolicy.cs52 DragDrop, enumerator
162 public bool DragDrop property in KeePass.App.AppPolicyFlags
276 case AppPolicyId.DragDrop: in GetName()
277 str = KPRes.DragDrop; in GetName()
342 case AppPolicyId.DragDrop: in GetDesc()
391 case AppPolicyId.DragDrop: b = m_apfCurrent.DragDrop; break; in Try()
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Ddragdrop.h39 class DragDrop final
42 DragDrop(Item *const item, in DragDrop() function
58 A_DELETE_COPY(DragDrop)
60 ~DragDrop() in ~DragDrop()
265 extern DragDrop dragDrop;
/dports/editors/gobby/gobby-0.4.13/src/
H A Ddragdrop.cpp251 Gobby::DragDrop::DragDrop(Window& window): in DragDrop() function in Gobby::DragDrop
275 Gobby::DragDrop::~DragDrop() in ~DragDrop()
/dports/x11-toolkits/p5-Tk/Tk-804.035/DragDrop/Win32Site/
H A DWin32Site.pm1 package Tk::DragDrop::Win32Site;
12 bootstrap Tk::DragDrop::Win32Site;
H A DWin32Site.xs29 MODULE = Tk::DragDrop::Win32Site PACKAGE = Tk::DragDrop::Win32Site
/dports/german/BBBike/BBBike-3.18/lib/Tk/
H A DLayerEditorCore.pm19 use Tk::DragDrop;
23 package Tk::DragDrop;
32 sub Tk::DragDrop::StartDrag
96 $dnd_source = $c->DragDrop
364 $token->MoveToplevelWindow($rx+Tk::DragDrop::OFFSET,$ry+Tk::DragDrop::OFFSET);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DCategoryAttributeTests.cs52 Assert.AreEqual(CM.CategoryAttribute.DragDrop.Category, "DragDrop", "#13"); in CategoryNamesTest()
56 Assert.AreEqual(CM.CategoryAttribute.DragDrop.Category, "Drag Drop", "#13"); in CategoryNamesTest()
/dports/www/p5-HTML-Prototype/HTML-Prototype-1.48/
H A DMETA.yml22 HTML::Prototype::DragDrop:
23 file: lib/HTML/Prototype/DragDrop.pm
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/containments/desktop/package/contents/ui/
H A DFolderViewDropArea.qml9 import org.kde.draganddrop 2.0 as DragDrop
12 DragDrop.DropArea {
H A DCompactRepresentation.qml11 import org.kde.draganddrop 2.0 as DragDrop
13 DragDrop.DropArea {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/src/System/ComponentModel/
H A DCategoryAttribute.cs148 public static CategoryAttribute DragDrop property in System.ComponentModel.CategoryAttribute
154 s_dragDrop = new CategoryAttribute(nameof(DragDrop));
/dports/x11-toolkits/p5-Tk/Tk-804.035/examples/
H A Dpfm6 use Tk::DragDrop qw(Sun);
112 …$i->DragDrop(-image => $i->cget('-image'),-handlers => [[-type =>'FILE_NAME',[\&handle_string,"$di…

12345678910>>...23