class X11::SetWindowAttributes

Defined in:

x11/set_window_attributes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(attributes : X11::C::X::PSetWindowAttributes) #

[View source]
def self.new(attributes : X11::C::X::SetWindowAttributes) #

[View source]
def self.new #

[View source]

Instance Method Detail

def background_pixel : UInt64 #

[View source]
def background_pixel=(bg_pix : UInt64) #

[View source]
def background_pixmap : X11::C::Pixmap #

[View source]
def backing_pixel : UInt64 #

[View source]
def backing_pixel=(pixel : UInt64) #

[View source]
def backing_planes : UInt64 #

[View source]
def backing_planes=(planes : UInt64) #

[View source]
def backing_store : Int32 #

[View source]
def backing_store=(store : Int32) #

[View source]
def bit_gravity : Int32 #

[View source]
def bit_gravity=(gravity : Int32) #

[View source]
def border_pixel : UInt64 #

[View source]
def border_pixel=(pixel : UInt64) #

[View source]
def border_pixmap : X11::C::Pixmap #

[View source]
def border_pixmap=(pixmap : X11::C::Pixmap) #

[View source]
def colormap : X11::C::Colormap #

[View source]
def colormap=(colormap : X11::C::Colormap) #

[View source]
def cursor : X11::C::Cursor #

[View source]
def cursor=(cursor : X11::C::Cursor) #

[View source]
def do_not_propagate_mask : Int64 #

[View source]
def do_not_propagate_mask=(mask : Int64) #

[View source]
def event_mask : Int64 #

[View source]
def event_mask=(mask : Int64) #

[View source]
def override_redirect : Bool #

[View source]
def override_redirect=(redirect : Bool) #

[View source]
def save_under : Bool #

[View source]
def save_under=(b : Bool) #

[View source]
def to_unsafe : X11::C::X::PSetWindowAttributes #

[View source]
def win_gravity : Int32 #

[View source]
def win_gravity=(gravity : Int32) #

[View source]