I am trying to format a field of type entry
of gtk that I am using for the dates entry and wanted to add the character /
in certain positions confirm the user will typing ..
And the only thing missing is to position the mouse cursor to the last position of the string when I add the /
character. I tried to use the set_position()
method but apparently did not work.