Crate leanshot_xlib[−][src]
Safe-ish bindings to parts of x11's xlib module.
I need this for my project.
Re-exports
pub extern crate x11; |
Structs
Atom |
A unique string or intger |
Cursor |
Mouse pointer |
Display |
A connection to an X server. |
Event |
An x11 Event |
Grab | |
Image |
A handle to an XImage. |
PixBuffer |
The buffer pointed to by an XImage. |
Rectangle |
A rectangle. |
Visual |
A wrapper around a Visual |
Window |
A wrapper around a window handle. |
WindowAttributes |
Window Attributes |
Enums
EventKind |
Type of event |
ImageByteOrder |
Image byte order |
X11Error |
Any error that can be raised when using this library. |
Constants
XC_crosshair | |
XC_ll_angle | |
XC_lr_angle | |
XC_ul_angle | |
XC_ur_angle |
Traits
Drawable |
Anything that's drawable |
GetDisplay |
Something that's part of a display. |