Home
last modified time | relevance | path

Searched refs:MGR_ActiveChild (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DMenuUtil.c326 RC_MenuButtonPopdown(MGR_ActiveChild(rc), ev, &poppedUp); in _XmMenuEscape()
349 if (MGR_ActiveChild(XtParent(w)) && XmIsGadget(MGR_ActiveChild(XtParent(w)))) in _XmMenuTraverseLeft()
370 if (MGR_ActiveChild(XtParent(w)) && XmIsGadget(MGR_ActiveChild(XtParent(w)))) in _XmMenuTraverseRight()
391 if (MGR_ActiveChild(XtParent(w)) && XmIsGadget(MGR_ActiveChild(XtParent(w)))) in _XmMenuTraverseUp()
411 MGR_ActiveChild(XtParent(w)) ? XtName(MGR_ActiveChild(XtParent(w))) : "no-active" in _XmMenuTraverseDown()
416 if (MGR_ActiveChild(XtParent(w)) && XmIsGadget(MGR_ActiveChild(XtParent(w)))) in _XmMenuTraverseDown()
436 MGR_ActiveChild((w)) ? XtName(MGR_ActiveChild((w))) : "no-active" in _XmRC_GadgetTraverseDown()
443 _XmMenuTraversalHandler(w, MGR_ActiveChild(w), XmTRAVERSE_DOWN); in _XmRC_GadgetTraverseDown()
460 _XmMenuTraversalHandler(w, MGR_ActiveChild(w), XmTRAVERSE_UP); in _XmRC_GadgetTraverseUp()
475 if (MGR_ActiveChild(w) /*&& XmIsGadget(MGR_ActiveChild(w))*/) in _XmRC_GadgetTraverseLeft()
[all …]
H A DTravAct.c752 if (MGR_ActiveChild(w) != NULL && XmIsGadget(MGR_ActiveChild(w))) in _XmManagerFocusInInternal()
754 _XmDispatchGadgetInput(MGR_ActiveChild(w), event, XmFOCUS_IN_EVENT); in _XmManagerFocusInInternal()
792 if (MGR_ActiveChild(w) != NULL && XmIsGadget(MGR_ActiveChild(w))) in _XmManagerFocusOut()
794 _XmDispatchGadgetInput(MGR_ActiveChild(w), event, XmFOCUS_OUT_EVENT); in _XmManagerFocusOut()
H A DManager.c724 MGR_ActiveChild(new_w) = NULL; in initialize()
1174 Widget g = MGR_ActiveChild(w); in _XmGadgetSelect()
1221 Widget g = MGR_ActiveChild(w); in _XmGadgetTraversePrevTabGroup()
1233 Widget g = MGR_ActiveChild(w); in _XmGadgetTraverseNextTabGroup()
1245 Widget g = MGR_ActiveChild(w); in _XmGadgetTraverseUp()
1257 Widget g = MGR_ActiveChild(w); in _XmGadgetTraverseDown()
1269 Widget g = MGR_ActiveChild(w); in _XmGadgetTraverseLeft()
1281 Widget g = MGR_ActiveChild(w); in _XmGadgetTraverseRight()
1293 Widget g = MGR_ActiveChild(w); in _XmGadgetTraverseHome()
1416 Widget g = MGR_ActiveChild(w); in _XmGadgetTraversePrev()
[all …]
H A DCascadeBG.c1415 MGR_ActiveChild(XtParent(w)) = w; in MenuBarSelect()
1451 MGR_ActiveChild(XtParent(w)) = w; in ArmAndPost()
1709 MGR_ActiveChild(XtParent(w)) = w; in ArmAndActivate()
1837 MGR_ActiveChild(XtParent(w)) = w; in MenuProcEntry()
1848 MGR_ActiveChild(XtParent(w)) = NULL; in MenuProcEntry()
H A DToggleBG.c1271 MGR_ActiveChild(XtParent(w)) = w; in Arm()
1693 MGR_ActiveChild(XtParent(w)) = w; in MenuProcEntry()
1719 MGR_ActiveChild(XtParent(w)) = w; in MenuProcEntry()
H A DTraversal.c2282 MGR_ActiveChild(wid) = NULL; in _XmClearFocusPath()
3044 MGR_ActiveChild(tg) = widget; in _XmMgrTraversal()
3050 MGR_ActiveChild(XtParent(widget)) = widget; in _XmMgrTraversal()
H A DPushBG.c1333 MGR_ActiveChild(XtParent(w)) = w; in Arm()
1361 MGR_ActiveChild(XtParent(w)) = NULL; in Disarm()
H A DRowColumn.c2812 if (MGR_ActiveChild(rc) == w) in delete_child()
2814 MGR_ActiveChild(rc) = NULL; in delete_child()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h277 #define MGR_ActiveChild(m) \ macro