libsysprof-gtk: add view menu

This commit is contained in:
Christian Hergert
2023-07-03 22:43:42 -07:00
parent 5dcff9ae32
commit 16ea3f6f64

View File

@ -24,6 +24,12 @@
</child>
</object>
</child>
<child type="end">
<object class="GtkMenuButton">
<property name="icon-name">document-properties-symbolic</property>
<property name="menu-model">view_menu</property>
</object>
</child>
</object>
</child>
<child type="top">
@ -125,4 +131,12 @@
</object>
</child>
</template>
<menu id="view_menu">
<section>
<attribute name="label">Callgraph</attribute>
<item>
<attribute name="label">Show Threads</attribute>
</item>
</section>
</menu>
</interface>