in reply to Prima scrollbar?

Hello over2sd,

I have Prima on my Windows system, and am able to run the following without problem:

If you explain how the functionality demonstrated in these examples falls short of your needs, the monks will likely be in a better position to provide help.

(Disclaimer: Gtk2 doesn’t install on Windows, so I don’t know exactly what Gtk2::ScrolledWindow does.)

Hope that helps,

Athanasius <°(((><contra mundum Iustus alius egestas vitae, eros Piratica,

Replies are listed 'Best First'.
Re^2: Prima scrollbar?
by over2sd (Beadle) on Oct 02, 2014 at 17:14 UTC
    Thank you for your response.

    I looked at the examples, and they do neat things, but not what I wanted.

    ScrollWindow is basically a Box that has a scrollbar, and then when you move the scrollbar or roll your mouse wheel, it moves the viewport of the box up and down, just like the scrollbar in a typical browser window.

    The example code shows how to do things with scrollbars other than using them as scrollbars. Perhaps I was looking at the wrong examples?