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:
Duncan Mak 2002-08-09 04:47:40 +00:00
parent 36b2fee78d
commit 6d507c9625
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -93,6 +93,8 @@ namespace WidgetViewer {
static void reformat_value (object o, FormatValueArgs args)
{
int x = (int) args.Value;
args.RetVal = x.ToString ();
}
}
}