Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.23 KB

readme.md

File metadata and controls

30 lines (22 loc) · 1.23 KB

GTK# tutorial

This is GTK# tutorial for the C# programming language. This tutorial is suitable for beginners and more advanced programmers.

Table of contents

GTK#

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.

Tweet

Related tutorials

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.