On Fri, Apr 17, 2009 at 6:31 PM, Seth Thomas Rasmussen <[email protected]> wrote: > Hey all, > > I started poking at an "always on top" setting for Shoes windows. I > ran into Tim Elliot here at GoGaRuCo and he helped me get through some > things, too. > > Anyway, my initial stab with only OS X implementation done so far is > here: > http://github.com/greatseth/shoes/commit/d026e9d00f31a8e38cc808eb3e67b9545b860560 > > I'd love it if _why and anyone else could give feedback. I used the > implementation of the fullscreen behaviors as a guide, since the > general plumbing is the same for "always on top" in many ways. It's > basically a boolean flag that needs to apply some behavior to a window > at certain points. > > If anyone knows about windowing on Windows or Linux that would like to > contribute implementations for those platforms, please do!
Here is a guess at Win/Linux support. Totally untested. http://github.com/greatseth/shoes/commit/a582d557ffdf81536e038e8e6ccedceba101690b I just looked up the APIs for doing these things and some code that looks like a decent start. -- Seth Thomas Rasmussen http://greatseth.com
