On Tue, Aug 06, 2019 at 02:03:14AM -0400, Neil Van Dyke wrote:
> Thank you, Alex.  I'll take another look at using `panel%` that way.  (I
> wasn't sure that would work well on all platforms, because its own
> implementation has special-cases for its stock subclasses, which conceivably
> might be necessary on some platforms.)
> 
> Regarding scrollbars, I might end up abusing the native ones, to look still
> native but make scrolling less jumpy on all platforms when there's a million
> rows.  We'll see how well it works without tweaking on various platforms in
> practice, and then what the priority is.

A long long time ago I had a scroll region in a gtk app.  However, it 
turned out that the scroll region was limited to something like 32K or 
64K pixels.  Evidently it was limiting pixel counts to 16-bit words.
I could not find this limit in any user documentation.

I have since asked about such limits in newer versions of gtk.  I have 
never received a reply.

Be careful.  You might hit such limits, and your interfaces might 
behave in dangerous ways.

-- hendrik

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/20190806200309.n25ifemlwh7srbsg%40topoi.pooq.com.

Reply via email to