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
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2002-07-31 Duncan Mak <duncan@ximian.com>
|
||||||
|
|
||||||
* *.cs: Flush. Made it use Stock buttons instead of just a plain
|
* *.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)
|
static void reformat_value (object o, FormatValueArgs args)
|
||||||
{
|
{
|
||||||
|
int x = (int) args.Value;
|
||||||
|
args.RetVal = x.ToString ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue