This page is likely outdated (last edited on 19 Oct 2005). Visit the new documentation for updated content.
Mono for Gnome Applications
This is a more complete tutorial to developing desktop applications with Mono and Gtk#
IMPORTANT
The table of contents could be revisited to focus more on actual issues of applications on the Desktop: drag-and-drop, deployment (mime-types, desktop files), internationalization, use of gconf, creating user defined widgets, using OpenGL and Cairo, etc.
A new TOC has been created for a re-write of this section.
TOC
- Hello World
 - Widget Layout and Packing
 - Widget Overview
    
- Widget Hierarchy
        
- The Button Widget
 - Adjustments
 - Range Widgets
 - Miscellaneous Widgets
 - 
            
Container Widgets Container Widgets  
 
 - Widget Hierarchy
        
 - Notification Icon(System Tray)
 
Note
This chapter does use some content from the GTK+ Tutorial by Tony Gale, Ian Main, & the GTK team