Blog Archives
Simple HelloWorld Program in GTK# 2.0 Mono Develop?
MonoDevelop is cross platform IDE to develop desktop application for Linux/windows/Mac OSX.
GTK:-
1. GTK (GIMP ToolKit) is a library to create graphical user interface. GTK is an object oriented programmers interface. Its completely written in C.
2. GTK# is wrapper over the GTK+ for the C# programming language. Application built using GTK# can run on multi platform such as Linux, windows and MAC OSX.
3. GTK# is part of the mono IDE.
Download MonoDevelop IDE from http://monodevelop.com/Download for mac and windows.
Simple Hello World program in GTK# MonoDevelop Read the rest of this entry
Advertisements