mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
widget-factory: Add tooltip to Entry icon
just to show we can.
This commit is contained in:
parent
bae6d3d45c
commit
1f1e156007
@ -472,6 +472,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
|
|||||||
<property name="invisible_char">•</property>
|
<property name="invisible_char">•</property>
|
||||||
<property name="placeholder-text" translatable="yes">Click icon to change mode</property>
|
<property name="placeholder-text" translatable="yes">Click icon to change mode</property>
|
||||||
<property name="secondary_icon_name">view-refresh-symbolic</property>
|
<property name="secondary_icon_name">view-refresh-symbolic</property>
|
||||||
|
<property name="secondary_icon_tooltip_text">Change mode</property>
|
||||||
<signal name="icon-release" handler="on_entry_icon_release" swapped="no"/>
|
<signal name="icon-release" handler="on_entry_icon_release" swapped="no"/>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
|
Loading…
Reference in New Issue
Block a user