summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-18 22:35:02 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-18 22:35:02 -0400
commitaf0e056eec33798f3b54f4aca05d52b3ca7b6c13 (patch)
tree6f474430255d5a9ed4771342f6abc89f2ce396a7
parentd4d7d5eafd39dd0b32b53dc042d3ef0896706faa (diff)
downloadgtk+-af0e056eec33798f3b54f4aca05d52b3ca7b6c13.tar.gz
widgetfactory: Add text to iconic model buttons
We want to use this for tooltips in the future.
-rw-r--r--demos/widget-factory/widget-factory.ui5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 7f8c1699d8..db55c43cc4 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -3345,10 +3345,12 @@ bad things might happen.</property>
<attribute name="display-hint">circular-buttons</attribute>
<item>
<attribute name="verb-icon">printer-symbolic</attribute>
+ <attribute name="label" translatable="yes">Print all the things!</attribute>
<attribute name="action">win.print</attribute>
</item>
<item>
<attribute name="verb-icon">emblem-shared-symbolic</attribute>
+ <attribute name="label" translatable="yes">Share all the things!</attribute>
<attribute name="action">app.share</attribute>
</item>
</section>
@@ -3363,14 +3365,17 @@ bad things might happen.</property>
<attribute name="label" translatable="yes">Edit</attribute>
<item>
<attribute name="verb-icon">edit-cut-symbolic</attribute>
+ <attribute name="label" translatable="yes">Cut</attribute>
<attribute name="action">app.cut</attribute>
</item>
<item>
<attribute name="verb-icon">edit-copy-symbolic</attribute>
+ <attribute name="label" translatable="yes">Copy</attribute>
<attribute name="action">app.copy</attribute>
</item>
<item>
<attribute name="verb-icon">edit-paste-symbolic</attribute>
+ <attribute name="label" translatable="yes">Paste</attribute>
<attribute name="action">app.paste</attribute>
</item>
</section>