summaryrefslogtreecommitdiff
path: root/demos/node-editor/node-editor-window.ui
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-05-09 23:24:59 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-05-09 23:24:59 -0400
commitabcf2e3bf712208249dfa8b4d54d35e98cc2ba72 (patch)
tree98b56bd1c150a89aa4cffdc4509321c734a73b10 /demos/node-editor/node-editor-window.ui
parenta123d99fcd0a58ff66a4dd50ca230d007ebd8bbc (diff)
downloadgtk+-wip/tooltip-api.tar.gz
node-editor: Don't use the ::query-tooltip signalwip/tooltip-api
Use the vfunc, the signal is going away.
Diffstat (limited to 'demos/node-editor/node-editor-window.ui')
-rw-r--r--demos/node-editor/node-editor-window.ui3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/node-editor/node-editor-window.ui b/demos/node-editor/node-editor-window.ui
index 3a8373a080..2384855c08 100644
--- a/demos/node-editor/node-editor-window.ui
+++ b/demos/node-editor/node-editor-window.ui
@@ -84,6 +84,7 @@
<property name="default-width">1024</property>
<property name="default-height">768</property>
<property name="focus-widget">text_view</property>
+ <property name="has-tooltip">1</property>
<child type="titlebar">
<object class="GtkHeaderBar" id="header">
<property name="show-title-buttons">1</property>
@@ -138,8 +139,6 @@
<property name="left-margin">6</property>
<property name="right-margin">6</property>
<property name="bottom-margin">6</property>
- <property name="has-tooltip">1</property>
- <signal name="query-tooltip" handler="text_view_query_tooltip_cb"/>
<style>
<class name="editor" />
</style>