Searched refs:bindWidget (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DTMaction.c582 Widget bindWidget; local in function:_XtBindActions
594 bindWidget = complexBindProcs->widget;
596 if (bindWidget->core.destroy_callbacks != NULL)
598 &bindWidget->core.destroy_callbacks,
602 &bindWidget->core.destroy_callbacks,
606 bindWidget = widget;
610 bindWidget = widget;
613 TryBindCache(bindWidget, (TMStateTree) stateTree)) == NULL) {
624 localUnbound = BindProcs(bindWidget,
633 EnterBindCache(bindWidget, stateTre
650 Widget bindWidget; local in function:_XtUnbindActions
[all...]
H A DTMstate.c600 Widget bindWidget; local in function:HandleActions
602 bindWidget = accelWidget ? accelWidget : w;
629 (*hook->proc) (bindWidget,
638 (bindWidget, event, actions->params, &actions->num_params);

Completed in 10 milliseconds