Query: xmtargetsarecompatible
OS: osf1
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmTargetsAreCompatible(3X) XmTargetsAreCompatible(3X)NAMEXmTargetsAreCompatible - A function that tests whether the target types match between a drop site and source objectSYNOPSIS#include <Xm/DragDrop.h> Boolean XmTargetsAreCompatible (display, export_targets, num_export_targets, import_targets, num_import_targets) Display *display; Atom *export_targets; Cardinal num_export_targets; Atom *import_targets; Cardinal num_import_targets;DESCRIPTIONXmTargetsAreCompatible 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 speci- fied DragContext Specifies the number of entries in the import_targets list.RETURN VALUEReturns a Boolean value that indicates whether the destination targets are compatible with the source targets. If there is at least one target in common, the routine returns True; otherwise, returns False.SEE ALSOXmDragContext(3X), XmDropSite(3X) XmTargetsAreCompatible(3X)
Related Man Pages |
---|
xtgetselectionvalues(3) - centos |
xmtargetsarecompatible(3) - redhat |
xtgetselectionvalue(3xt) - redhat |
xmtargetsarecompatible(3) - hpux |
xtgetselectionvalue(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
exporting display |
Clue 0.2 (Default branch) |
export display |
Clue 0.4 (Default branch) |
Trying to copy Using scp facing problem |