ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/bin/cv
(Generate patch)

Comparing CV/bin/cv (file contents):
Revision 1.21 by root, Sat Nov 8 01:00:08 2003 UTC vs.
Revision 1.22 by root, Sat Nov 8 13:19:53 2003 UTC

90 $mainwin = new Gtk2::Window; 90 $mainwin = new Gtk2::Window;
91 $mainwin->set_title ("CV"); 91 $mainwin->set_title ("CV");
92 $mainwin->add (my $vbox = new Gtk2::VBox); 92 $mainwin->add (my $vbox = new Gtk2::VBox);
93 93
94 $vbox->add ($schnauzer); 94 $vbox->add ($schnauzer);
95 $vbox->add (my $frame = new Gtk2::Frame); 95 $vbox->pack_end (my $frame = new Gtk2::Frame, 0, 0, 0);
96 $frame->add (my $hbox = new Gtk2::HBox 0, 0); 96 $frame->add (my $hbox = new Gtk2::HBox 0, 0);
97 $hbox->pack_start ((new Gtk2::Label "Info"), 0, 0, 0); 97 $hbox->pack_start ((new Gtk2::Label "Info"), 0, 0, 0);
98 $hbox->pack_start (($info = new Gtk2::Label), 1, 1, 0); 98 $hbox->pack_start (($info = new Gtk2::Label), 1, 1, 0);
99} 99}
100 100

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines