This is GTK# tutorial for the C# programming language. This tutorial is suitable for beginners and more advanced programmers.
- Introduction
- First steps
- Layout management
- Menus
- Toolbars
- Events
- Widgets
- Widgets II
- Advanced widgets
- Dialogs
- Pango
- Drawing with cairo
- Drawing with cairo II
- Custom widget
GTK# is a wrapper over the GTK+ for the C# programming language. The library facilitates building graphical GNOME applications using Mono or any other compliant CLR. Applications built using Gtk# will run on many platforms including Linux, Microsoft Windows and Mac OS X. GTK# is part of the Mono initiative.
The C# tutorial covers the C# language in depth. The Mono C# Winforms tutorial and C# Qyoto tutorial provide alternative GUI toolkits for the C# language.