GTK+ (2.0) - signal “clicked” on GtkEntry?

坚强是说给别人听的谎言 提交于 2019-12-05 16:58:04

Try focus-in-event, note that you must enable focus-tracking as described in the documentation.

The button-press-event signal should do what you need: http://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget-button-press-event

However, in GTK+ 3, GtkEntry now supports this idea of placeholder text, so you don't need to implement it yourself: http://developer.gnome.org/gtk3/stable/GtkEntry.html#gtk-entry-set-placeholder-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!