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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextPop.c1432 XtAppContext app_context; local
1438 app_context = XtWidgetToApplicationContext(w);
1445 for (i=0; i < list_size && app_context_list[i] != app_context; i++) ;
1453 XtAppAddActions(app_context, actions, 1);
1454 app_context_list[i] = app_context;

Completed in 260 milliseconds