Searched refs:get_values_hook (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXt/dist/src/ | ||
| H A D | GetValues.c | 105 /* hack; do special cases here instead of a get_values_hook 106 * because get_values_hook looses info as to 138 XtArgsProc get_values_hook; local in function:CallGetValuesHook 147 get_values_hook = widget_class->core_class.get_values_hook; 149 if (get_values_hook != NULL) 150 (*get_values_hook) (w, args, &num_args); 176 if (ext->get_values_hook != NULL) 177 (*(ext->get_values_hook)) (w, args, &num_args); |
| /xsrc/external/mit/libXt/dist/include/X11/ | ||
| H A D | ConstrainP.h | 80 XtArgsProc get_values_hook; member in struct:__anon0becc01e0108 |
| H A D | ObjectP.h | 110 XtArgsProc get_values_hook; /* notify that get_values called */ member in struct:_ObjectClassPart |
| H A D | RectObjP.h | 113 XtArgsProc get_values_hook; /* notify that get_values called */ member in struct:_RectObjClassPart |
| H A D | CoreP.h | 150 XtArgsProc get_values_hook; /* notify that get_values called */ member in struct:_CoreClassPart |
Completed in 8 milliseconds