Scrollbar on sunview window

Evan Bauman bauman at shell.com
Tue Nov 28 01:34:26 AEST 1989


>How do I put a scrollbar on a sunview window?

Just use the proper options in the window_create function!  For example:

window_create(frame,PANEL,
             WIN_VERTICAL_SCROLLBAR, scrollbar_create(0),
             0);

will create a vertical scrollbar.  See the Sunview Programmer's Guide
for some more detailed info.

	Evan G. Bauman
	Shell Development Company - Westhollow Research Center
	PO Box 1380; Houston, TX 77251-1380
	bauman at shell.com   or for the uucp types: {sun,bcm}!shell!bauman



More information about the Comp.sys.sun mailing list