logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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).

Name

XmDropSiteRegistered  —  A  Drag  and  Drop  function  that determines if a drop site has been registered
       "XmDropSiteRegistered"  "Drag   and   Drop   functions"   "XmDropSiteRegistered"   "register   functions"
       "XmDropSiteRegistered"

Return

       If the widget is not a registered drop site, this function returns False. Otherwise, it returns True.

Synopsis

       #include <Xm/DragDrop.h>
       BooleanXmDropSiteRegistered(
       Widgetwidget);

See Also