Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmGetDestination(3)	   Library Functions Manual	   XmGetDestination(3)

NAME
       XmGetDestination	-- A function that returns the widget ID of the	widget
       to be used as the current destination for quick paste and certain clip-
       board operations

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

DESCRIPTION
       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 per-
       formed 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

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

							   XmGetDestination(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmGetDestination&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help