1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2014-09-07 22:38:50 -04:00
parent be63adc5af
commit a022d7f26c
293 changed files with 2546 additions and 1942 deletions

View File

@@ -27,7 +27,7 @@ class GftGrid_fx {
}
public GftGrid_fx ini_AddItms(int num) {
for (int i = 0; i < num; i++)
itms.Add(new GftItem_mok());//.Key_("key" + Int_.XtoStr(i)));
itms.Add(new GftItem_mok());//.Key_("key" + Int_.Xto_str(i)));
return this;
}
public GftGrid_fx ini_ItmWidth(int i, int width) {