What is the name of the signal that gets emitted when a user types some text at a gtk+ entry?
I am using GTK+ 2.24 in c.
A GtkEntry
is an instance of a GtkEditable
which has three signals:
changed
signal is emitted at the end of a single user-visible operationdelete-text
signal is emitted when text is deleted from the widget by the userinsert-text
signal is emitted when text is inserted into the widget by the userI assume you want the insert-text
signal in your case.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With