ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.170 by root, Mon Apr 24 11:45:17 2006 UTC vs.
Revision 1.171 by root, Mon Apr 24 11:54:26 2006 UTC

1827 1827
1828sub new { 1828sub new {
1829 my ($class, %arg) = @_; 1829 my ($class, %arg) = @_;
1830 1830
1831 my $self = $class->SUPER::new ( 1831 my $self = $class->SUPER::new (
1832 tooltip => $arg{type}, 1832 tooltip => $arg{type},
1833 can_hover => 1, 1833 can_hover => 1,
1834 can_events => 1,
1834 %arg, 1835 %arg,
1835 ); 1836 );
1836 1837
1837 $self->add ($self->{value} = new CFClient::UI::Label valign => +1, align => 0, template => "999"); 1838 $self->add ($self->{value} = new CFClient::UI::Label valign => +1, align => 0, template => "999");
1838 $self->add ($self->{gauge} = new CFClient::UI::VGauge type => $self->{type}, expand => 1, can_hover => 1); 1839 $self->add ($self->{gauge} = new CFClient::UI::VGauge type => $self->{type}, expand => 1, can_hover => 1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines