mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 05:35:40 +00:00
2002-08-09 Duncan Mak <duncan@ximian.com>
* TestRange.cs (reformat_value): Do something useful here. svn path=/trunk/gtk-sharp/; revision=6558
This commit is contained in:
parent
36b2fee78d
commit
6d507c9625
|
@ -1,3 +1,7 @@
|
|||
2002-08-09 Duncan Mak <duncan@ximian.com>
|
||||
|
||||
* TestRange.cs (reformat_value): Do something useful here.
|
||||
|
||||
2002-07-31 Duncan Mak <duncan@ximian.com>
|
||||
|
||||
* *.cs: Flush. Made it use Stock buttons instead of just a plain
|
||||
|
|
|
@ -93,6 +93,8 @@ namespace WidgetViewer {
|
|||
|
||||
static void reformat_value (object o, FormatValueArgs args)
|
||||
{
|
||||
int x = (int) args.Value;
|
||||
args.RetVal = x.ToString ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue