Home
last modified time | relevance | path

Searched refs:get_values_hook (Results 1 – 19 of 19) sorted by relevance

/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DGetValues.c138 XtArgsProc get_values_hook; in CallGetValuesHook() local
147 get_values_hook = widget_class->core_class.get_values_hook; in CallGetValuesHook()
149 if (get_values_hook != NULL) in CallGetValuesHook()
150 (*get_values_hook) (w, args, &num_args); in CallGetValuesHook()
176 if (ext->get_values_hook != NULL) in CallConstraintGetValuesHook()
177 (*(ext->get_values_hook)) (w, args, &num_args); in CallConstraintGetValuesHook()
/dports/editors/nedit/nedit-5.7/Xlt/
H A DSlideC.c49 static void get_values_hook(Widget w, ArgList args, Cardinal *num_args);
134 /* notify that get_values called XtArgsProc */ get_values_hook,
216 get_values_hook(Widget w, ArgList args, Cardinal *num_args) in get_values_hook() function
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DSlideC.c41 static void get_values_hook(Widget w, ArgList args, Cardinal *num_args);
127 /* notify that get_values called XtArgsProc */ get_values_hook,
220 get_values_hook(Widget w, ArgList args, Cardinal *num_args) in get_values_hook() function
H A DBaseClass.c1643 objectClass->core_class.get_values_hook; in _XmInitializeExtensions()
1652 objectClass->core_class.get_values_hook = in _XmInitializeExtensions()
2556 wc->core_class.get_values_hook; in GetValuesRootWrapper()
2557 wc->core_class.get_values_hook = in GetValuesRootWrapper()
2595 wc->core_class.get_values_hook = in GetValuesLeafWrapper()
/dports/x11-toolkits/libXt/libXt-1.2.1/include/X11/
H A DConstrainP.h80 XtArgsProc get_values_hook; member
H A DRectObjP.h113 XtArgsProc get_values_hook; /* notify that get_values called */ member
H A DObjectP.h110 XtArgsProc get_values_hook; /* notify that get_values called */ member
H A DCoreP.h150 XtArgsProc get_values_hook; /* notify that get_values called */ member
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DLayoutGP.h85 XtArgsProc get_values_hook; /* notify that get_values called */ member
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DBaseClass.c1727 wc->core_class.get_values_hook = wrap->getValuesLeaf; in GetValuesLeafWrapper()
1786 wrap->getValuesLeaf = wc->core_class.get_values_hook; in GetValuesRootWrapper()
1788 wc->core_class.get_values_hook = GetValuesLeafWrapper; in GetValuesRootWrapper()
1822 objectClassRec.object_class.get_values_hook = GetValuesRootWrapper; in _XmInitializeExtensions()
H A DIconG.c67 static void get_values_hook(Widget w, ArgList args, Cardinal *num_args);
387 /* get_values_hook */ get_values_hook,
987 get_values_hook(Widget w, ArgList args, Cardinal *num_args) in get_values_hook() function
H A DPushBG.c93 static void get_values_hook(Widget w, ArgList args, Cardinal *num_args);
1163 get_values_hook(Widget w, ArgList args, Cardinal *num_args)
H A DRowColumn.c99 static void get_values_hook(Widget w, ArgList arg, Cardinal *nargs);
548 /* get_values_hook */ get_values_hook,
1296 get_values_hook(Widget w, ArgList args, Cardinal *nargs) in get_values_hook() function
H A DLabelG.c65 static void get_values_hook(Widget w, ArgList args, Cardinal *num_args);
1875 get_values_hook(Widget w, ArgList args, Cardinal *num_args)
H A DFileSB.c78 static void get_values_hook(Widget w, ArgList args, Cardinal *num_args);
1021 static void get_values_hook(Widget w, ArgList args, Cardinal *num_args)
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/rowcolumn/
H A Dtest49.c289 (XtClass(pane1))->core_class.get_values_hook == NULL ? "NULL" : "non-NULL"); in main()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/baseclass/
H A Dtest3.c142 class->set_values_almost, class->get_values_hook, class->accept_focus); in dump_core()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/misc/
H A Dtest16.c1291 …printf("\t/* get_values_hook */ %s,\n",ptr->get_values_hook == NULL ? "NULL" : "constr… in DoExtensions()
1365 …printf("\t/* get_values_hook */ %s,\n", ptr->get_values_hook == NULL ? "NULL" : "get_value… in DoClass()
2553 if (ptr->get_values_hook != NULL) in DoForwardDeclarations()
2801 ext->get_values_hook != NULL) in DoForwardDeclarations()
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/
H A DCHANGES1466 First drafts of expose, layout, resize, set_values, get_values_hook,