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?
I’m looking to create an invisible window for the processing of certain X events
Share
I’m not quite sure I understand what you’re trying to do, but
Windows in Gtk are invisible by default. If you never set the visibility to true:or if you explicitly set it to false:
it will remain invisible.
Edit: This is the real solution to Zach’s problem: