On Fri, Jan 11, 2008 at 12:58:27AM -0600, why the lucky stiff wrote:
> On Thu, Jan 10, 2008 at 07:19:47PM -0700, Dan Dorman wrote:
> > Is there any way to "pin" text to a window, so that the text doesn't
> > scroll with the rest of the window's contents?
> 
>   stack :top => 10, :left => 10, :sticky => Window do
>     para "This text stays put."
>   end

Okay, great, that was easy.  You can see it working in the built-in
docs.  Run: `shoes --manual`.  The links on the left side are
pinned.

I also implemented :sticky => Mouse, but it has repainting issues.
Sticky for arbitrary elements is still underway as well.

_why

Reply via email to