A set of .NET bindings for the GTK+ toolkit and assorted GNOME libraries https://www.mono-project.com/docs/gui/gtksharp/
Go to file
2024-01-05 23:34:26 +01:00
gtk-sharp2-2.12.45-gtkrange.patch rebuilt with mono 6.12.0.122-2mamba to fix automatic deps [release 2.12.45-2mamba;Wed Nov 24 2021] 2024-01-05 23:34:26 +01:00
gtk-sharp2.spec rebuilt with mono 6.12.0.122-2mamba to fix automatic deps [release 2.12.45-2mamba;Wed Nov 24 2021] 2024-01-05 23:34:26 +01:00
gtk-sharp-2.10.1-fix_doc.patch rebuilt with mono 2 [release 2.12.10-5mamba;Mon Sep 16 2013] 2024-01-05 23:34:25 +01:00
gtk-sharp-2.12.2-libdir.patch rebuilt with mono 2 [release 2.12.10-5mamba;Mon Sep 16 2013] 2024-01-05 23:34:25 +01:00
gtk-sharp-2.12.8-DateTimeToTime_t.patch rebuilt with mono 2 [release 2.12.10-5mamba;Mon Sep 16 2013] 2024-01-05 23:34:25 +01:00
gtk-sharp-2.12.10-glib-2.34.patch rebuilt with mono 2 [release 2.12.10-5mamba;Mon Sep 16 2013] 2024-01-05 23:34:25 +01:00
gtk-sharp-2.12.10-pkg-config-x86_64.patch rebuilt with mono 2 [release 2.12.10-5mamba;Mon Sep 16 2013] 2024-01-05 23:34:25 +01:00
README.md rebuilt with mono 6.12.0.122-2mamba to fix automatic deps [release 2.12.45-2mamba;Wed Nov 24 2021] 2024-01-05 23:34:26 +01:00

gtk-sharp2

Gtk#, a GUI Toolkit, is a set of .NET bindings for the gtk+ (http://www.gtk.org/) toolkit and assorted GNOME (http://www.gnome.org/) libraries. This library allows you to build fully native graphical Gnome application using Mono. GTK# is an event-driven system like any other modern windowing library. Every widget in an application has handler methods that get called when particular events happen. Applications built using Gtk# will run on many platforms including Linux, Windows and MacOS X. Gtk is the native toolkit for the Linux desktop running GNOME, so applications will look and function best on here.