[Gambas-user] Toggle overwrite mode in textbox programmatically

Benoît Minisini benoit.minisini at gambas-basic.org
Tue Sep 5 16:27:11 CEST 2023


Le 05/09/2023 à 00:12, Brian G a écrit :
> I am trying to toggle the input mode to overwrite in my program.
> 
> to allow to edit a line of hex numbers without del and inserting new
> 
> Is there a way to do this in gambas code?
> 
> I have not been able to find it so far! except to actually press the 
> insert key
> 

For information, GTK+ TextBox has support for overwrite mode, but not 
Qt5 TextBox. As I have to follow the less common denominator, you don't 
have access to that property!

Regards,

-- 
Benoît Minisini.



More information about the User mailing list