Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!pasteur!postgres!grady From: grady@postgres.uucp (Steven Grady) Newsgroups: comp.windows.x Subject: Re: xterm scrollbar width problem Message-ID: <2176@pasteur.Berkeley.Edu> Date: 7 Apr 88 23:35:30 GMT References: <8804071944.AA09346@webster.sybase.uucp> Sender: news@pasteur.Berkeley.Edu Reply-To: grady@postgres.UUCP (Steven Grady) Organization: Postgres Research Group, UC Berkeley Lines: 24 In article <8804071944.AA09346@webster.sybase.uucp> jef@webster.UUCP (Jef Poskanzer) writes: >grady@postgres writes: >>I figured out >>that the xterm scrollbar widget has the width/thickness hardcoded >>into it. >> It seem like other widgets can deal with different-sized >>scrollbars. Why can't xterm? > >After further investigation, it seems that xterm doesn't use the Xaw scrollbar >widget at all. It implements its own scrollbars, so it's no wonder that my >defaults weren't working. That's not true (at least, not in X11R2). Look in scrollbar.c. There's a line: scrollWidget = XtCreateWidget("scrollbar", scrollbarWidgetClass, ...); scrollbarWidgetClass is defined by the X Toolkit Widgets (see ). On other words, xterm is using the Xaw scrollbar widget. I think. I can't see any code that indicates otherwise, anyway. Steven grady@postgres.berkeley.edu ...!ucbvax!grady