mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This parses the \0 out of the cmdline proc entry and makes them visible as both in the list of processes and as tooltips when hovered.
53 lines
1.7 KiB
XML
53 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<interface>
|
|
<template class="SpProcessModelRow" parent="GtkListBoxRow">
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">true</property>
|
|
<property name="spacing">6</property>
|
|
<child>
|
|
<object class="GtkImage" id="image">
|
|
<!-- Todo -->
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label">
|
|
<property name="hexpand">false</property>
|
|
<property name="visible">true</property>
|
|
<property name="ellipsize">middle</property>
|
|
<property name="xalign">0.0</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="args_label">
|
|
<property name="hexpand">false</property>
|
|
<property name="visible">true</property>
|
|
<property name="ellipsize">end</property>
|
|
<property name="xalign">0.0</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkImage" id="check">
|
|
<property name="hexpand">false</property>
|
|
<property name="icon-name">object-select-symbolic</property>
|
|
<property name="visible">false</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="pid">
|
|
<property name="hexpand">true</property>
|
|
<property name="visible">true</property>
|
|
<property name="xalign">1.0</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|