Related resources for MonoDevelop articles
  • Gtk# window application with MonoDevelop11/27/2011 3:58:23 PM. In this application, when we put any text input into entry widget and click on the add button the given input gets displayed in the textview widget.
  • Gtk+ & Glade with MonoDevelop11/20/2011 12:36:47 AM. This article is very useful to understand the GTK+ Toolkit, is a multi-platform toolkit for creating graphical user interfaces and Glade is a RAD (Rapid Application Development) tool for designing GTK+ applications. Glade is a GTK+ application itself.
  • GUI with MonoDevelop11/20/2011 12:22:09 AM. This article is very useful to understand the GUI with MonoDevelop IDE. GTK# applications are written using MonoDevelop, which provides a visual designer for creating GTK# GUI's.
  • Feature List of MonoDevelop IDE11/18/2011 12:28:00 AM. In this article you will come to know the various features available for each plateform. MonoDevelop features not shown in the list are available for all platforms.
  • Creating an application using the Stetic GUI Designer with MonoDevelop11/3/2011 12:58:17 AM. GUI development with Stetic (MonoDevelop's integrated GTK# visual designer). It will demonstrate how to create the layout of the GUI, how to add interactive elements to the layout and how to add functionality to the GUI.