Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户在 gtk+ 条目中键入一些文本时发出的信号的名称是什么?
我在 c 中使用 GTK+ 2.24。
AGtkEntry是 a 的一个实例,GtkEditable它具有三个信号:
GtkEntry
GtkEditable
changed
delete-text
insert-text
我假设你想要insert-text你的情况下的信号。