Unix and Linux Discussions Tagged with timestamp |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
19,129 |
Programming |
|
|
|
6 |
6,860 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,231 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,155 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,330 |
UNIX for Advanced & Expert Users |
|
|
|
14 |
7,450 |
Shell Programming and Scripting |
|
|
|
1 |
2,145 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
6,225 |
Shell Programming and Scripting |
|
|
|
23 |
10,878 |
Shell Programming and Scripting |
|
|
|
12 |
8,614 |
Solaris |
|
|
|
3 |
2,899 |
Shell Programming and Scripting |
|
|
|
7 |
7,395 |
Shell Programming and Scripting |
|
|
|
7 |
8,867 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,886 |
Shell Programming and Scripting |
|
|
|
4 |
6,636 |
Shell Programming and Scripting |
|
|
|
2 |
4,847 |
UNIX for Advanced & Expert Users |
|
|
|
8 |
5,322 |
Shell Programming and Scripting |
|
|
|
2 |
18,098 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,781 |
Red Hat |
|
|
|
4 |
7,031 |
Solaris |
|
|
|
3 |
2,821 |
Shell Programming and Scripting |
|
|
|
1 |
2,400 |
Shell Programming and Scripting |
|
|
|
4 |
8,314 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
9,655 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,138 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
13,615 |
Shell Programming and Scripting |
|
|
|
5 |
9,013 |
Shell Programming and Scripting |
|
|
|
8 |
14,115 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,937 |
Shell Programming and Scripting |
|
|
|
18 |
22,646 |
Solaris |
|
|
|
7 |
28,801 |
Shell Programming and Scripting |
|
|
|
1 |
2,571 |
Shell Programming and Scripting |
|
|
|
1 |
4,442 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
9,826 |
AIX |
|
|
|
5 |
7,568 |
Shell Programming and Scripting |
|
|
|
12 |
50,313 |
UNIX for Dummies Questions & Answers |
|
|
|
17 |
17,315 |
Shell Programming and Scripting |
|
|
|
1 |
21,659 |
Shell Programming and Scripting |
|
|
|
3 |
5,499 |
Shell Programming and Scripting |
|
|
|
2 |
89,888 |
Shell Programming and Scripting |
XmGetDragContext(3X) XmGetDragContext(3X)
NAME
XmGetDragContext - A Drag and Drop function that retrieves the DragContext widget ID associated with a timestamp
SYNOPSIS
#include <Xm/DragC.h>
Widget XmGetDragContext (refwidget, timestamp)
Widget refwidget;
Time timestamp;
DESCRIPTION
XmGetDragContext returns the widget ID of the active DragContext associated with a given display and timestamp. A timestamp uniquely iden-
tifies which DragContext is active when more than one drag and drop transaction has been initiated on a display. If the specified time-
stamp matches a timestamp processed between the start and finish of a single drag and drop transaction, the function returns the corre-
sponding DragContext ID. Specifies the ID of the widget that the routine uses to identify the intended display. The function returns the
ID of the DragContext associated with the display value passed by this widget. Specifies a timestamp.
For a complete definition of DragContext and its associated resources, see XmDragContext(3X).
RETURN VALUE
Returns the ID of the DragContext widget that is active for the specified timestamp. Otherwise, returns NULL if no active DragContext is
found.
SEE ALSO
XmDragContext(3X)
XmGetDragContext(3X)