2024-01-05 23:34:23 +01:00
|
|
|
# gtk-sharp2
|
|
|
|
|
2024-01-05 23:34:25 +01:00
|
|
|
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.
|
|
|
|
|