2024-01-05 23:34:17 +01:00
|
|
|
# gtk-sharp
|
|
|
|
|
2024-01-05 23:34:20 +01:00
|
|
|
Gtk-sharp, 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-sharp 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-sharp 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.
|
|
|
|
|