xmdropsiteregistered(3) - Linux man page
Name
XmDropSiteRegistered - A Drag and Drop function that determines if a drop site has been registered
Synopsis
#include <Xm/DragDrop.h> Boolean XmDropSiteRegistered( Widget widget);
Description
XmDropSiteRegistered determines if the specified widget has a drop site registered. If a drop site is registered, this function returns True.
- widget
Specifies the ID of the widget being queried.
- For a complete definition of DropSite and its associated resources, see xmdropsite(3).
Return
If the widget is not a registered drop site, this function returns False. Otherwise, it returns True.
Related
xmdisplay(3), xmdropsite(3), xmdropsiteendupdate(3), xmdropsitestartupdate(3), xmdropsiteupdate(3), xmdropsiteunregister(3), and xmscreen(3).