| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| PortholeP.h | 31 #include <X11/Xaw/Porthole.h> 57 PortholePart porthole; member in struct:_PortholeRec
|
| /xsrc/external/mit/xditview/dist/ |
| xditview.c | 47 #include <X11/Xaw/Porthole.h> 101 static Widget toplevel, paned, porthole, dvi; variable 257 porthole = XtCreateManagedWidget("viewport", viewportWidgetClass, 259 dvi = XtCreateManagedWidget("dvi", dviWidgetClass, porthole, NULL, 0);
|
| /xsrc/external/mit/editres/dist/ |
| widgets.c | 46 #include <X11/Xaw/Porthole.h> 173 Widget paned, porthole, panner; 180 porthole = XtCreateManagedWidget("porthole", portholeWidgetClass, 184 * Allow the panner and porthole to talk to each other. 187 XtAddCallback(porthole, 190 XtNreportCallback, PannerCallback, (XtPointer) porthole); 192 global_tree_parent = porthole; 170 Widget paned, porthole, panner; local
|
| /xsrc/external/mit/viewres/dist/ |
| viewres.c | 52 #include <X11/Xaw/Porthole.h> 140 "*Porthole.top: ChainTop", 141 "*Porthole.left: ChainLeft", 142 "*Porthole.bottom: ChainBottom", 143 "*Porthole.right: ChainRight", 144 "*Porthole.resizable: on", 152 "*Porthole*Box.BorderWidth: 0", 153 "*Porthole*Box.HSpace: 0", 154 "*Porthole*Box.VSpace: 0", 739 * panner/porthole controls - called when the other change 890 Widget toplevel, pane, box, dummy, porthole, panner, form; local [all...] |