[Mono-list] Double-buffered graphics solutions in mono

Marcus mathpup@mylinuxisp.com
Thu, 12 Feb 2004 12:25:48 -0500


It is also possible to use double-buffered display in Qt#. See ScribbeWindow 
for an example.


On Thursday 12 February 2004 12:26 pm, Stuart Ballard wrote:
> I'm looking for a way to do a simple double-buffered graphics display
> that will work with Mono on Linux.
>
> I know how to do it (at least so it works, even if I'm not doing it
> "right") in WinForms, but I heard that WinForms is currently just broken
> in Mono, and besides, it's not the world's most elegant GUI toolkit anyway.