Sticky Notes, which GUI toolkit supports...

Phil Thompson phil at river-bank.demon.co.uk
Sun Jan 26 05:16:32 EST 2003


On Sunday 26 January 2003 8:43 am, yaipa h. wrote:
> All,
>
> I would like to write a Sticky note application. So my question is
> which GUI toolkit, if any, supports the notion of an object being
> always on top.
>
> One material note is that the toolkit must support Solaris as well as
> Linux and u$oft platforms.

PyQt...

Qt::WStyle_StaysOnTop - informs the window system that the window should stay 
on top of all other windows.

Phil





More information about the Python-list mailing list