[plt-scheme] can't get caret-hiding working with selection
On Tue, Apr 29, 2008 at 12:44 AM, Martin DeMello
<martindemello at gmail.com> wrote:
> On Mon, Apr 28, 2008 at 4:12 AM, Robby Findler <robby at cs.uchicago.edu> wrote:
> > I think you want text:hide-caret/selection% from the framework.
>
> Thanks, that's exactly what I needed! Is there a complete editor class
> hierarchy chart somewhere? I did try searching through the docs for
> specialised editors and editor mixins, but came up blank, and figured
> that text% and pasteboard% were all I got out of the box.
The framework and the mred GUI libraries are the only places to look
for these in the standard libraries (and they each have a class
diagram). But there is also planet and I'm not sure what is available
there.
Robby