Lines Matching refs:panner
731 * 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;
770 XtSetValues(panner, args, n);
882 Widget toplevel, pane, box, dummy, porthole, panner, form;
1007 * create the panner and the porthole and then connect them with the
1013 panner = XtCreateManagedWidget("panner", pannerWidgetClass, form,
1019 XtSetValues(panner, args, ONE);
1022 callback_rec[0].closure = (XtPointer) panner;
1026 * now that the panner and porthole are set up, insert the tree and
1042 * size the panner appropriately.
1063 XtSetValues(panner, args, FOUR);
1065 XRaiseWindow(XtDisplay(panner), XtWindow(panner));