1XmDropSiteRegistered(library call)          XmDropSiteRegistered(library call)
2
3
4

NAME

6       XmDropSiteRegistered  —  A  Drag and Drop function that determines if a
7       drop site has been registered
8

SYNOPSIS

10       #include <Xm/DragDrop.h>
11       Boolean XmDropSiteRegistered(
12       Widget widget);
13

DESCRIPTION

15       XmDropSiteRegistered determines if the specified widget has a drop site
16       registered. If a drop site is registered, this function returns True.
17
18       widget    Specifies the ID of the widget being queried.
19
20       For a complete definition of DropSite and its associated resources, see
21       XmDropSite(3).
22

RETURN

24       If the widget is not a registered  drop  site,  this  function  returns
25       False. Otherwise, it returns True.
26
28       XmDisplay(3), XmDropSite(3), XmDropSiteEndUpdate(3), XmDropSiteStartUp‐
29       date(3), XmDropSiteUpdate(3), XmDropSiteUnregister(3), and XmScreen(3).
30
31
32
33                                            XmDropSiteRegistered(library call)
Impressum