mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
426 stars 141 forks source link

Bind Gdk.WindowForeignNew #228

Open emmauss opened 6 years ago

emmauss commented 6 years ago

I am creating a project that requires embedding a foreign window into my GTK application. This require gdk_window_foreign_new, and there are currently no binding for it. This is necessary, and currently the only alternative is to create the window outside the main application.