mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 10:35:32 +00:00
2002-08-06 Duncan Mak <duncan@ximian.com>
* sample/CanvasExample.cs: Removed extra methods. svn path=/trunk/gtk-sharp/; revision=6458
This commit is contained in:
parent
610efe83b9
commit
eaca3f82e0
|
@ -156,18 +156,6 @@ namespace GtkSamples {
|
||||||
sa.RetVal = true;
|
sa.RetVal = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Quit (object obj, EventArgs args)
|
|
||||||
{
|
|
||||||
Application.Quit ();
|
|
||||||
}
|
|
||||||
|
|
||||||
void Window_Delete (object obj, DeleteEventArgs args)
|
|
||||||
{
|
|
||||||
SignalArgs sa = (SignalArgs) args;
|
|
||||||
Application.Quit ();
|
|
||||||
sa.RetVal = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static int Main (string[] args)
|
public static int Main (string[] args)
|
||||||
{
|
{
|
||||||
Application.Init ();
|
Application.Init ();
|
||||||
|
|
Loading…
Reference in a new issue