Gtk2::TreeView or Gtk2::SimpleList right justify?
- From: Tom Cross <tomc kendeco com>
- To: gtk-perl-list gnome org
- Subject: Gtk2::TreeView or Gtk2::SimpleList right justify?
- Date: 07 Aug 2003 16:36:19 -0500
I can't find how to make a column (of numbers) right justify when I'm
using a TreeView or (even better) SimpleList. Is there a way to do
this?
Thanks
$fields{'slist'} = Gtk2::SimpleList->new (
'Part Number' => 'text',
'Loc' => 'text',
'Description' => 'text',
'Brand' => 'text',
'On Hand' => 'int',
'On Order' => 'int',
'Demand' => 'int',
'Avail' => 'int',
'Vendor Part' => 'text',
);
$sw->add ($fields{'slist'});
I want to make the "int" columns right justify or it is very hard to
read....
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]