Displaying 3 results from an estimated 3 matches for "xsetlineattribut".
Did you mean:
xsetlineattributes
1997 Jul 30
0
R-alpha: more on line types
...Filled Rectangle */
static void PicTeX_Rect(double x0, double y0, double x1, double y1, int bg, int fg)
{
+ SetLinetype(GP->lty);
PicTeX_MoveTo(x0, y0);
PicTeX_LineTo(x1, y0);
PicTeX_LineTo(x1, y1);
A less trivial question about setting line widths: in X, the same call
(XSetLineAttributes) sets both line type and line width. In PostScript
there are two separate calls.
The following quick hack to SetLinetype() appears to work pretty well
for X11, although there may be a better way to do it (logically,
SetLinetype ought to take both lty and lwd as arguments, or there should
be a...
2000 Mar 16
2
Need help compiling R
Hi,
I am trying to compile R but it keeps failing. My platform is HP-UX 10.20
and I am having trouble getting pass the configure stage. It continues
to fail at the warning "f90 and gcc disagree on int and double"
Here is some output:
+ gcc -g -O2 -c conftest.c
+ 1>& 5 2>& 5
+ gcc -o conftest conftest.o conftestf.o
/usr/bin/ld: Unsatisfied symbols:
FTN_DTOI$ (code)
1998 Oct 28
1
Request for help with compiling R on a DEC Alpha
...XCheckTypedEvent
XClearWindow
XCloseDisplay
XDefaultDepth
XDefaultScreen
XDefineCursor
XDestroyWindow
XDrawArc
XDrawLine
XDrawLines
XDrawRectangle
XFillArc
XFillPolygon
XFillRectangle
XFreeColors
XFreeCursor
XFreeGC
XMapWindow
XNextEvent
XPending
XSelectInput
XSetClipRectangles
XSetDashes
XSetFont
XSetLineAttributes
XSetState
XSetWindowBackground
XSync
XTextWidth
XUnloadFont
XFindContext
XSaveContext
XrmUniqueQuark
XCreateSimpleWindow
XBell
XChangeWindowAttributes
XClearArea
XCopyArea
XDrawImageString
XDrawString
XGetWindowAttributes
XMapRaised
XMapSubwindows
XMaskEvent
XMoveWindow
XQueryPointer
XRefreshKeyb...