Scrollable Window

Sir , How do we initialise a scroll-able window using glut ?
i.e a window that can be scrolled just like the window of your web browser .

I do not think that you can create a scrollable window with glut.

this is not quite true. you just have to create the scroll bar, and do all scrolling yourself.

it’d be annoying, tedious and difficult, but it could be done.