chiark / gitweb /
systemadm: add a wrappable label and use it for status lines
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 1 Mar 2011 10:18:13 +0000 (11:18 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 19 Sep 2011 23:06:01 +0000 (01:06 +0200)
commit0dd27daff4ba4bdad99b12b85b630ab21c84fa9e
treec75144e2cce3fe3bfde4baaed39f1d3ce8575d46
parente377ad0d11e1bd9954c6084956494ebbf41b4486
systemadm: add a wrappable label and use it for status lines

The new WrapLabel is there to work around a deficiency in GTK,
namely the fact that it is hard to make labels which are both
resizable and wrappable. The code is a port from libview.
Makefile.am
src/.gitignore
src/systemadm.vala
src/wraplabel.vala [new file with mode: 0644]