mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 07:05:29 +00:00
2002-08-07 Duncan Mak <duncan@ximian.com>
* TestRange.cs (Close_Button): Remember to set our RetVal. svn path=/trunk/gtk-sharp/; revision=6492
This commit is contained in:
parent
6fa1450445
commit
a15be41988
|
@ -1,3 +1,7 @@
|
|||
2002-08-07 Duncan Mak <duncan@ximian.com>
|
||||
|
||||
* TestRange.cs (Close_Button): Remember to set our RetVal.
|
||||
|
||||
2002-07-31 Duncan Mak <duncan@ximian.com>
|
||||
|
||||
* *.cs: Flush. Made it use Stock buttons instead of just a plain
|
||||
|
|
|
@ -89,6 +89,7 @@ namespace WidgetViewer {
|
|||
static void Close_Button (object o, EventArgs args)
|
||||
{
|
||||
window.Destroy ();
|
||||
((SignalArgs)args).RetVal = true;
|
||||
}
|
||||
|
||||
static void reformat_value (object o, FormatValueArgs args)
|
||||
|
|
Loading…
Reference in a new issue