Harry

Results 141 comments of Harry

Yea, its being worked on, I don't want to copy all those files over as that would bloat the end result way too much, instead I am setting up a...

The sample project is available at: https://github.com/GtkSharp/GtkSharp/tree/develop/Source/Samples It very much WIP and missing a lot of widgets, I just don't have enough time to fill it up properly.

GLib bindings are manually written, the rest are automatically generated for the most part.

Note to self, c library call: https://developer.gnome.org/glib/stable/glib-Commandline-option-parser.html#g-option-context-add-main-entries

Nah, sample will use gtksourceview. If you are developing an app, I would assume that you have a proper and up to date development environment.

> Wow... that's quite an assumption - like there could be no possible valid reason(s) that you would not - and what exactly is proper and up to date? >...

Hmm, I think its the native GTK3 lib on Windows in this case, but it could still be the wrapper so I'll leave this open for now. If you can...

I have no answer to this, I never managed to get this working even with a C program.

If you want Gstreamer Sharp added here (or connected to the systems here), I have a branch for that: https://github.com/GtkSharp/GtkSharp/tree/GstSharp It needs a bit of updating, but other than that,...

Does calling `((GLib.Application)app).Quit()` instead of `Application.Quit()` help?