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.462 by root, Thu Mar 20 22:28:33 2008 UTC vs.
Revision 1.463 by root, Tue Apr 15 18:45:37 2008 UTC

3858 $widget = new DC::UI::HBox 3858 $widget = new DC::UI::HBox
3859 can_hover => 1, 3859 can_hover => 1,
3860 can_events => 1, 3860 can_events => 1,
3861 tooltip => $tooltip, 3861 tooltip => $tooltip,
3862 children => [ 3862 children => [
3863 (new DC::UI::Label markup => $left, expand => 1), 3863 (new DC::UI::Label markup => $left , align => 0, expand => 1),
3864 (new DC::UI::Label markup => $right, align => 1), 3864 (new DC::UI::Label markup => $right, align => 1),
3865 ], 3865 ],
3866 ; 3866 ;
3867 3867
3868 } else { 3868 } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines