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

/xsrc/external/mit/libXt/dist/src/
H A DGetValues.c105 /* 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 DConstrainP.h80 XtArgsProc get_values_hook; member in struct:__anon0becc01e0108
H A DObjectP.h110 XtArgsProc get_values_hook; /* notify that get_values called */ member in struct:_ObjectClassPart
H A DRectObjP.h113 XtArgsProc get_values_hook; /* notify that get_values called */ member in struct:_RectObjClassPart
H A DCoreP.h150 XtArgsProc get_values_hook; /* notify that get_values called */ member in struct:_CoreClassPart

Completed in 8 milliseconds