class X11::WindowChanges
- X11::WindowChanges
- Reference
- Object
Overview
Wrapper for X11::C::X::WindowChanges
structure.
Defined in:
x11/window_changes.crConstructors
Instance Method Summary
- #border_width : Int32
- #border_width=(border_width : Int32)
- #height : Int32
- #height=(height : Int32)
- #sibling : X11::C::Window
- #sibling=(sibling : X11::C::Window)
- #stack_mode : Int32
- #stack_mode=(stack_mode : Int32)
- #to_unsafe : X11::C::X::PWindowChanges
- #to_x : X11::C::X::WindowChanges
- #width : Int32
- #width=(width : Int32)
- #x : Int32
- #x=(x : Int32)
- #y : Int32
- #y=(y : Int32)