ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/embed
(Generate patch)

Comparing rxvt-unicode/doc/embed (file contents):
Revision 1.2 by root, Thu Feb 17 15:19:03 2005 UTC vs.
Revision 1.3 by root, Sat Feb 19 01:07:57 2005 UTC

15 15
16my $frame = new Gtk2::Frame "embedded rxvt-unicode terminal"; 16my $frame = new Gtk2::Frame "embedded rxvt-unicode terminal";
17 17
18$window->add ($frame); 18$window->add ($frame);
19 19
20my $rxvt = new Gtk2::DrawingArea; 20my $rxvt = new Gtk2::Socket;
21$frame->add ($rxvt); 21$frame->add ($rxvt);
22$frame->set_size_request (700, 400); 22$frame->set_size_request (700, 400);
23$window->show_all; 23$window->show_all;
24my $xid = $rxvt->window->get_xid; 24my $xid = $rxvt->window->get_xid;
25 25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines