Home
last modified time | relevance | path

Searched refs:dropSiteType (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DDropSMgr.c813 dsi->dropSiteType = XmDROP_SITE_COMPOSITE; in createShellInfoRec()
843 if (pi->dropSiteType != XmDROP_SITE_COMPOSITE) in addChildToComposite()
908 if (pi->dropSiteType != XmDROP_SITE_COMPOSITE) in removeChildFromComposite()
943 if (dsi->dropSiteType == XmDROP_SITE_COMPOSITE && thorough && in destroyInfoRec()
1019 if (hr->dropSiteType == XmDROP_SITE_COMPOSITE && in __XmDSMCreateInfo()
1221 if (ndsi->dropSiteType != dsi->dropSiteType) in __XmDSMUpdateInfo()
1224 ndsi->dropSiteType = dsi->dropSiteType; in __XmDSMUpdateInfo()
1231 if (ndsi->dropSiteType == XmDROP_SITE_SIMPLE) in __XmDSMUpdateInfo()
2229 if (pi->dropSiteType == XmDROP_SITE_COMPOSITE) in __XmDSMInsertInfo()
H A DDropSMgrI.c87 sizeof(unsigned char), Offset(dropSiteType),
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DDragDropI.h330 unsigned char dropSiteType; member