Re: wxgrid
Bryan Bulten <[email protected]>
| Newsgroups | gmane.comp.lib.wxwindows.wxnet |
|---|---|
| Message-ID | <[email protected]> |
Hello,
> i think that in wxgrid should be
>
> extern "C" WXEXPORT
> void wxGrid_SetCellValue(wxGrid* self, char* s, int row, int col)
> {
> self->SetCellValue(row, col, wxString(s, wxConvUTF8));
> }
The documentation says that this form is only kept for backwards
compatibility. I noticed the duplicate declaration in Grid.cs, and
removed the older version.
Thanks for pointing this out.
--
Bryan Bulten
http://www.bulten.ca/
http://wxnet.sourceforge.net/
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/4e/T32WFWIzmzHgRAkHAAJ9HV7ca1Zxs1RLgEPhywvizyFsbRACcC6p+ prZ37mu73RiDfm1v/FpP0wk= =ZWfB -----END PGP SIGNATURE-----