Home | History | Annotate | Download | only in dist

Lines Matching refs:panner

57 #include <X11/Xaw/Panner.h>
145 "*Panner.top: ChainTop",
146 "*Panner.left: ChainLeft",
147 "*Panner.bottom: ChainTop",
148 "*Panner.right: ChainLeft",
149 "*Panner.resizable: on",
739 * panner/porthole controls - called when the other changes
743 panner_callback(_X_UNUSED Widget gw, /* panner widget */
761 XtPointer closure, /* panner widget */
764 Widget panner = (Widget) closure;
778 XtSetValues(panner, args, n);
890 Widget toplevel, pane, box, dummy, porthole, panner, form;
1037 * create the panner and the porthole and then connect them with the
1043 panner = XtCreateManagedWidget("panner", pannerWidgetClass, form,
1049 XtSetValues(panner, args, ONE);
1052 callback_rec[0].closure = (XtPointer) panner;
1056 * now that the panner and porthole are set up, insert the tree and
1072 * size the panner appropriately.
1093 XtSetValues(panner, args, FOUR);
1095 XRaiseWindow(XtDisplay(panner), XtWindow(panner));