Home | History | Annotate | Download | only in dist

Lines Matching refs:panner

45 #include <X11/Xaw/Panner.h>
173 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);