NAME
X11::Xlib::XID - Base class for objects wrapping an XID
ATTRIBUTES
display
Required. The X11::Xlib::Display where the resource is located.
xid
Required. The X11 numeric ID for this resource.
autofree
Whether this object should control the lifespan of the remote resource, by calling an Xlib Free/Destroy function if it goes out of scope. The default is False, since this base class has no idea how to release any resources.
METHODS
new
Create a new instance. Attributes "xid" and "display" are required.
summarize
Return a human-readable string describing the object. The text is subject to change, and may be customized for the specific subclass.
AUTHOR
Olivier Thauvin, <nanardon@nanardon.zarb.org>
Michael Conrad, <mike@nrdvana.net>
COPYRIGHT AND LICENSE
Copyright (C) 2009-2010 by Olivier Thauvin
Copyright (C) 2017-2023 by Michael Conrad
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.