Create Invisible Window in GTK#?

Posted by Zach Johnson on Stack Overflow See other posts from Stack Overflow or by Zach Johnson
Published on 2010-02-28T01:19:23Z Indexed on 2010/04/11 19:53 UTC
Read the original article Hit count: 200

Filed under:
|
|
|
|

I'm looking to create an invisible window for the processing of certain X events (sort of like NativeWindow in Winforms). Is this possible in GTK#? Or do I need to manually create such a window using P/Invoke to the X libraries?

© Stack Overflow or respective owner

Related posts about mono

Related posts about c#