andrejohncruz posted a photo:
Aha, compiling now for Linux (see the bottom frame generating compile messages, just like in Visual Studio.NET)
andrejohncruz posted a photo:
Ah, the default generated code. Looks clean enough. See the "Designer" tab right under the MainWindow.cs frame?
andrejohncruz posted a photo:
It takes some time to get used to the flow layout of Gtk#. It's not like Windows Forms or VB, wherein you can position form widgets anywhere. This flow layout thing is supposed to make it easier to accommodate different screen resolutions and sizes as well as localization (i.e. you might have longer text; the widgets will adjust accordingly in that case).
andrejohncruz posted a photo:
Running the Linux (within VMWare) and Windows Gtk# app side by side :) I just compiled it on MonoDevelop, copied the EXE to the Windows host and it worked. Don't they look cool :)
andrejohncruz posted a photo:
Creating a new Gtk# 2.0 project from the MonoDevelop IDE. I'll be using the C# language for this one...