class X11::WindowChanges

Overview

Wrapper for X11::C::X::WindowChanges structure.

Defined in:

x11/window_changes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(changes : X11::C::X::WindowChanges) #

[View source]
def self.new(changes : X11::C::X::PWindowChanges) #

[View source]
def self.new #

[View source]

Instance Method Detail

def border_width : Int32 #

[View source]
def border_width=(border_width : Int32) #

[View source]
def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def sibling : X11::C::Window #

[View source]
def sibling=(sibling : X11::C::Window) #

[View source]
def stack_mode : Int32 #

[View source]
def stack_mode=(stack_mode : Int32) #

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

[View source]
def to_x : X11::C::X::WindowChanges #

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]
def x : Int32 #

[View source]
def x=(x : Int32) #

[View source]
def y : Int32 #

[View source]
def y=(y : Int32) #

[View source]