Custom statusbar

The statusbar is created since a separate widget class and has three
different labels (settable through properties) for CPU, memory and
number of processes. This makes it more convenient to change one or
another value and it gives a nicer look.
This commit is contained in:
Mike Massonnet
2010-04-29 00:45:53 +02:00
parent cc6dbd8373
commit b83eb75002
5 changed files with 186 additions and 50 deletions

View File

@@ -131,15 +131,7 @@
</packing>
</child>
<child>
<object class="GtkStatusbar" id="process-statusbar">
<property name="visible">True</property>
<property name="spacing">2</property>
</object>
<packing>
<property name="expand">False</property>
<property name="pack_type">end</property>
<property name="position">2</property>
</packing>
<placeholder/>
</child>
</object>
</child>