NAME

X11::Xlib::Window - Low level access to the X11 library

SYNOPSIS

use X11::Xlib;
my $display = X11::Xlib->new();
...

DESCRIPTION

FUNCTIONS

$window->id

Return the X11 numeric ID of the window

SEE ALSO

X11::Xlib

AUTHOR

Olivier Thauvin, <nanardon@nanardon.zarb.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Olivier Thauvin

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.