gtk-sharp icon indicating copy to clipboard operation
gtk-sharp copied to clipboard

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono

Results 50 gtk-sharp issues
Sort by recently updated
recently updated
newest added

it seems that libavif have a gdk pixbuf module : https://github.com/AOMediaCodec/libavif/pull/182/files https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/merge_requests/76 build libavif with DAVIF_BUILD_GDK_PIXBUF=ON then build gdk-pixbuf then gdk-sharp and format will apear so I guess it is...

I would like GTK# to be updated to use GTK4 (when available).

The unstable release gtk-sharp 2.99.3 appeared in June 2014, which was almost six years ago. Now it is 2020 and a stable, official release of GTK# 3 has yet to...

*CORRECTION* The Gentoo ebuild doesn't contain this fix. I'm not even sure you guys maintain it. Disregard.

net core 3.1 ` static void Main(string[] args) { Core.Initialize(); // Initializes the GTK# app Application.Init(); using var libvlc = new LibVLC(enableDebugLogs: true); using var mediaPlayer = new MediaPlayer(libvlc); //...

I've copied the gtk-html sample script but anything html-related doesnt work. The other gtk stuff works just fine but e.g. Gtk.HTMLStream just returns the error that it doesn't exist. What...

The Gtk# test component will not compile with mono v6.12.0.107 because of an ambigus cast System.Range vs Gtk.Range in TestRange.cs file.

Hey there, Installed policy.2.10.gtk-dotnet.dll into the gac (/usr/lib/mono/gac) make[2]: Leaving directory '/home/Temp/rbt/gtk-sharp-2.12.45/gtkdotnet' make[1]: Leaving directory '/home/Temp/rbt/gtk-sharp-2.12.45/gtkdotnet' Making install in sample make[1]: Entering directory '/home/Temp/rbt/gtk-sharp-2.12.45/sample' Making install in test make[2]: Entering...

I posted this [question](https://stackoverflow.com/questions/66096141/gtk-sharp-synchronization-context-doesnt-seem-to-exist-breaking-async-await-by) on Stack Overflow a while ago, and nobody responded -- so I decided I am going to go right to the source because I am very...

The online API [documentation](http://docs.go-mono.com/monodoc.ashx?link=root:/classlib-gnome) linked on the [Mono website](https://www.mono-project.com/docs/gui/gtksharp/) is down. It returns a 500 error.