${res:Templates.Project.GladeSharpProject.Name}
C#
Mono
C#.Project.Form
C#
${res:Templates.Project.GladeSharpProject.Description}
${ProjectName}
Mono v1.1
/// Description of MainWindow.
///
public class MainWindow
{
public MainWindow()
{
Glade.XML gxml = new Glade.XML(null, "${StandardNamespace}.glade.xml", "MainWindow", null);
gxml.Autoconnect(this);
}
[STAThread]
public static void Main(string[] args)
{
Application.Init();
new MainWindow();
Application.Run();
}
void MainWindowDeleteEvent(object o, DeleteEventArgs args)
{
Application.Quit();
args.RetVal = true;
}
}
}]]>
True
MainWindow
GTK_WINDOW_TOPLEVEL
GTK_WIN_POS_NONE
False
True
False
True
False
False
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
]]>