For anyone interested in this, here is what I did to make it work. I added
some code to drop_cb callback to translate the cell value. Since drop_cb is
called just before going into edition I set a flag so that my value_cb
returns the transformed value. The flag is reset in edition_cb when edition
exits.

Thanks,
Milind


On Wed, 21 Jun 2023 at 22:44, Milind Gupta <milind.gu...@gmail.com> wrote:

> Hi,
>         When I edit a value of a cell in the matrix, is it possible to set
> the value in the text box to something when the edition text box is
> displayed. Probably if I can just get the handle of the displayed text box
> then I can use the iupText attributes to set it?
>
> Thanks,
> Milind
>
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to