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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_mgrsel.c46 void (*callback_owner)(int, Window, long *, void *); /* owner changes */ member in struct:AwtMgrsel
94 * If owner changes, the callback_owner will be called with the screen
110 void (*callback_owner)(int, Window, long *, void *))
174 mgrsel->callback_owner = callback_owner;
325 if (mgrsel->callback_owner != NULL) {
326 (*mgrsel->callback_owner)(scr, owner, data, mgrsel->cookie);
362 if (mgrsel->callback_owner != NULL) {
363 (*mgrsel->callback_owner)(scr, None, NULL, mgrsel->cookie);
107 awt_mgrsel_select(const char *selname, long extra_mask, void *cookie, void (*callback_event)(int, XEvent *, void *), void (*callback_owner)(int, Window, long *, void *)) argument

Completed in 29 milliseconds