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.

Regarding `pasteboard%`, that was the first promising-sounding thing, but I want native editing widgets if possible for this (`text-field% is just one example, there will also at least be some kind of select/combobox).  Also didn't want to pull in the Framework, if I didn't have to.

(BTW, I appreciate that cross-platform GUI toolkits that use the native look&feel toolkits (as opposed to its own look&feel, or emulating the native look&feel) are always going to have some restrictions, and lots of subtleties in their implementation, so I'm not expecting this to be nearly as easy as targeting a single native toolkit.  I like that Racket went this route.)

--
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/5248cf91-49ab-bf4e-6cc6-123efb38fea4%40neilvandyke.org.

Reply via email to