mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: add view menu
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user