Hi,

in function wxLua_wxGridCellAttr_GetSize, line 66, changed comment;
from: // call GetAlignment
to:   // call GetSize


in function wxLua_wxGrid_GetCellSize, line 164, changed comment;
from: // call GetCellAlignment
to:   // call GetCellSize


in function wxLua_wxGrid_GetCellSize, line 165, changed called function;
from: self->GetCellAlignment(row, col, &num_rows, &num_cols);
to:   self->GetCellSize(row, col, &num_rows, &num_cols);


--
Regards,
Hakki Dogusan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to