class I3::Message::Rect

Overview

Represents a window or container's "rect": X and Y coordinates, plus width and height.

Defined in:

i3/message/rect.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_170 : JSON::PullParser) #

Instance Method Detail

def height : Int32 #

def height=(_height : Int32) #

def to_json(json : JSON::Builder) #

def width : Int32 #

def width=(_width : Int32) #

def x : Int32 #

def x=(_x : Int32) #

def y : Int32 #

def y=(_y : Int32) #