GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmGetDestination(3) FreeBSD Library Functions Manual XmGetDestination(3)

XmGetDestination — A function that returns the widget ID of the widget to be used as the current destination for quick paste and certain clipboard operations

#include <Xm/Xm.h>
Widget XmGetDestination(
Display *display);

XmGetDestination returns the widget that is the current destination on the specified display. The destination is generally the last editable widget on which a select, edit, insert, or paste operation was performed and is the destination for quick paste and certain clipboard functions. The destination is NULL until a keyboard or mouse operation has been done on an editable widget. Refer to the Motif Programmer's Guide for a description of keyboard focus.
display
Specifies the display whose destination widget is to be queried

Returns the widget ID for the current destination or NULL if there is no current destination.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.