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

/xsrc/external/mit/libXaw/dist/src/
H A DPanner.c123 #define offset(field) XtOffsetOf(PannerRec, panner.field)
325 /* panner */
344 if (pw->panner.shadow_gc)
345 XtReleaseGC((Widget)pw, pw->panner.shadow_gc);
347 pixels[0] = pw->panner.foreground;
349 pixels[2] = pw->panner.shadow_color;
351 if (!pw->panner.stipple_name &&
359 pw->panner.foreground,
364 if (!pw->panner.line_width &&
367 pw->panner
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DPannerP.h92 PannerPart panner; member in struct:_PannerRec
95 #define PANNER_HSCALE(pw,val) ((pw)->panner.haspect * ((double)(val)))
96 #define PANNER_VSCALE(pw,val) ((pw)->panner.vaspect * ((double)(val)))
99 ((((unsigned long)(val)) * (unsigned long)pw->panner.default_scale) / 100L)
/xsrc/external/mit/editres/dist/
H A Dwidgets.c173 Widget paned, porthole, panner;
178 panner = CreateTopArea(paned);
184 * Allow the panner and porthole to talk to each other.
188 XtNreportCallback, PortholeCallback, (XtPointer) panner);
189 XtAddCallback(panner,
209 Widget panner;
219 panner = XtCreateManagedWidget("panner", pannerWidgetClass,
233 return(panner);
170 Widget paned, porthole, panner; local in function:BuildWidgetTree
205 Widget panner; local in function:CreateTopArea
H A Dhandler.c170 * Description: called when the panner has moved.
171 * Arguments: panner - the panner widget.
173 * report_ptr - the panner record.
197 * panner_ptr - the panner widget.
209 Widget panner = (Widget) panner_ptr; local in function:PortholeCallback
219 XtSetValues (panner, args, n);
/xsrc/external/mit/viewres/dist/
H A Dviewres.c731 * panner/porthole controls - called when the other changes
735 panner_callback(Widget gw, /* panner widget */
753 XtPointer closure, /* panner widget */
756 Widget panner = (Widget) closure; local in function:porthole_callback
770 XtSetValues(panner, args, n);
882 Widget toplevel, pane, box, dummy, porthole, panner, form; local in function:main
1007 * create the panner and the porthole and then connect them with the
1013 panner = XtCreateManagedWidget("panner", pannerWidgetClass, form,
1019 XtSetValues(panner, arg
[all...]

Completed in 7 milliseconds