Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmdragstart(3) [centos man page]

XmDragStart(library call)												 XmDragStart(library call)

NAME
XmDragStart -- A Drag and Drop function that initiates a drag and drop transaction SYNOPSIS
#include <Xm/DragDrop.h> Widget XmDragStart( Widget widget, XEvent *event, ArgList arglist, Cardinal argcount); DESCRIPTION
XmDragStart initiates a drag operation. This routine returns the DragContext widget that it initializes for the associated drag transac- tion. The toolkit is responsible for freeing the DragContext when the drag and drop transaction is complete. widget Specifies the ID of the smallest widget and/or gadget that encloses the source elements selected for a drag operation. event Specifies the XEvent that triggered the drag operation. This event must be a ButtonPress event. arglist Specifies the argument list. Any XmDragContext resources not specified in the argument list are obtained from the resource data- base or are set to their default values. argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of DragContext and its associated resources, see XmDragContext(3). RETURN
Returns the ID of the DragContext widget that controls this drag and drop transaction. Returns NULL if the drag cannot be initiated. RELATED
XmDragCancel(3) and XmDragContext(3). XmDragStart(library call)

Check Out this Related Man Page

XmDragStart(3X) 														   XmDragStart(3X)

NAME
XmDragStart - A Drag and Drop function that initiates a drag and drop transaction SYNOPSIS
#include <Xm/DragDrop.h> Widget XmDragStart (widget, event, arglist, argcount) Widget widget; XEvent *event; ArgList arglist; Cardinal argcount; DESCRIPTION
XmDragStart initiates a drag operation. This routine returns the DragContext widget that it initializes for the associated drag transac- tion. The toolkit is responsible for freeing the DragContext when the drag and drop transaction is complete. Specifies the ID of the smallest widget and/or gadget that encloses the source elements selected for a drag operation. Specifies the XEvent that triggered the drag operation. This event must be a ButtonPress event. Specifies the argument list. Any XmDragContext resources not specified in the argument list are obtained from the resource database or are set to their default values. Specifies the number of attribute/value pairs in the argument list (arglist). For a complete definition of DragContext and its associated resources, see XmDragContext(3X). RETURN VALUE
Returns the ID of the DragContext widget that controls this drag and drop transaction. SEE ALSO
XmDragCancel(3X), XmDragContext(3X) XmDragStart(3X)
Man Page

5 More Discussions You Might Find Interesting

1. Programming

Need Linux GUI based DVD burner

Hi, Need a linux gui based DVD burner. I am supposed to backup 10GB every day and so need an application, where if i drag and drop 10 gb of parent folder. then it should prompt for next cd, once 4.7gb of DVD is burnt.is there any way or any script that i can convert to GUI. Thanks in advance ... (2 Replies)
Discussion started by: karthikn7974
2 Replies

2. OS X (Apple)

OS/X 10.4 Deleting unwanted applications

What is the correct way to delete unwanted applications from a MACbook running OS/X 10.4.1.1. It is sufficient to drag and drop from Applications folder to Trash, then clear Trash? (2 Replies)
Discussion started by: methyl
2 Replies

3. Shell Programming and Scripting

File path weirdness

I want to be able to drag and drop a file into a script in the terminal but it doesn't like the /home/user prefix. How do I get around this? (8 Replies)
Discussion started by: pluto7777
8 Replies

4. Red Hat

FTP drag & drop

I have enabled FTP for my RHEL 5.8 server. I want to drag a file from my windows session and drop it to the FTP browser session but I am not able to do it as the file is not dragging. I hope my query is clear that the drag & drop from the windows session to the FTP browser session running on Red... (5 Replies)
Discussion started by: RHCE
5 Replies

5. Shell Programming and Scripting

Perl CGI Drag n Drop

Hi Perl Coders, I am grateful to anyone who can tell me if its possible to create drag n drop functionality within Perl. I know there are multiple GUI libraries out there, ie. Qt, Tk, wxWidget, etc., but wanted to ask first before hunting, if anyone knows if it is possible and also in... (3 Replies)
Discussion started by: patcom
3 Replies