GNOME Bugzilla – Bug 645514
Add placeholder-text property to GtkCellrendererText
Last modified: 2012-05-04 03:34:53 UTC
Now that placeholder text is supported by GtkEntry I think it makes sense to add support for it in editable cell renderers too. For cell renderers it's even more important because it's not obvious when they are editable. As Johannes commented on bug #440963, it could be used by glade that already has a custom implementation for the signal editor.
Created attachment 184052 [details] [review] cellrenderertext: Add placeholder-text property
The following fix has been pushed: a18f018 cellrenderertext: Add placeholder-text property
Created attachment 213432 [details] [review] cellrenderertext: Add placeholder-text property It works similar to placeholder text in a GtkEntry, if the cell renderer is editable and it's empty, the placeholder text is displayed.