*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmTargetsAreCompatible | Section: 3 | Source: Digital UNIX | File: XmTargetsAreCompatible.3X.gz
XmTargetsAreCompatible(3X) XmTargetsAreCompatible(3X) NAME XmTargetsAreCompatible - A function that tests whether the target types match between a drop site and source object SYNOPSIS #include <Xm/DragDrop.h> Boolean XmTargetsAreCompatible (display, export_targets, num_ex- port_targets, import_targets, num_import_targets) Display *display; Atom *export_targets; Cardinal num_export_targets; Atom *import_targets; Cardinal num_import_targets; DESCRIPTION XmTargetsAreCompatible determines whether the import targets of the destination match any of the export targets of a source. If there is at least one target in common, the function returns True. Specifies the display connection. Specifies the list of target atoms associated with the source object. This resource identifies the selection targets the source can convert to. Specifies the number of entries in the list of export targets. Specifies the list of targets to be checked against the XmNexportTargets of the source associated with the specified Drag- Context Specifies the number of entries in the import_targets list. RETURN VALUE Returns a Boolean value that indicates whether the destination targets are compatible with the source targets. If there is at least one tar- get in common, the routine returns True; otherwise, returns False. SEE ALSO XmDragContext(3X), XmDropSite(3X) XmTargetsAreCompatible(3X)

Navigation Options