class X11::SetWindowAttributes
- X11::SetWindowAttributes
- Reference
- Object
Defined in:
x11/set_window_attributes.crConstructors
- .new(attributes : X11::C::X::PSetWindowAttributes)
- .new(attributes : X11::C::X::SetWindowAttributes)
- .new
Instance Method Summary
- #background_pixel : UInt64
- #background_pixel=(bg_pix : UInt64)
- #background_pixmap : X11::C::Pixmap
- #backing_pixel : UInt64
- #backing_pixel=(pixel : UInt64)
- #backing_planes : UInt64
- #backing_planes=(planes : UInt64)
- #backing_store : Int32
- #backing_store=(store : Int32)
- #bit_gravity : Int32
- #bit_gravity=(gravity : Int32)
- #border_pixel : UInt64
- #border_pixel=(pixel : UInt64)
- #border_pixmap : X11::C::Pixmap
- #border_pixmap=(pixmap : X11::C::Pixmap)
- #colormap : X11::C::Colormap
- #colormap=(colormap : X11::C::Colormap)
- #cursor : X11::C::Cursor
- #cursor=(cursor : X11::C::Cursor)
- #do_not_propagate_mask : Int64
- #do_not_propagate_mask=(mask : Int64)
- #event_mask : Int64
- #event_mask=(mask : Int64)
- #override_redirect : Bool
- #override_redirect=(redirect : Bool)
- #save_under : Bool
- #save_under=(b : Bool)
- #to_unsafe : X11::C::X::PSetWindowAttributes
- #win_gravity : Int32
- #win_gravity=(gravity : Int32)