class I3::Message::Tree
- I3::Message::Tree
- Reference
- Object
Overview
Represents the response to a Message::MessageType::GET_TREE
request.
See Connection#tree
.
Defined in:
i3/message/tree.crConstructors
Instance Method Summary
- #border : String
- #border=(_border : String)
- #current_border_width : Int32
- #current_border_width=(_current_border_width : Int32)
- #deco_rect : Rect
- #deco_rect=(_deco_rect : Rect)
- #floating_nodes : Array(Tree)
- #floating_nodes=(_floating_nodes : Array(Tree))
- #focus : Array(Int32)
- #focus=(_focus : Array(Int32))
- #focused : Bool
- #focused=(_focused : Bool)
- #geometry : Rect
- #geometry=(_geometry : Rect)
- #id : Int32
- #id=(_id : Int32)
- #layout : String
- #layout=(_layout : String)
- #name : ::Union(String, Nil)
- #name=(_name : ::Union(String, Nil))
- #nodes : Array(Tree)
- #nodes=(_nodes : Array(Tree))
- #orientation : String
- #orientation=(_orientation : String)
- #percent : ::Union(Float32, Nil)
- #percent=(_percent : ::Union(Float32, Nil))
- #rect : Rect
- #rect=(_rect : Rect)
- #to_json(json : JSON::Builder)
- #type : String
- #type=(_type : String)
- #urgent : Bool
- #urgent=(_urgent : Bool)
- #window : ::Union(Int32, Nil)
- #window=(_window : ::Union(Int32, Nil))
- #window_rect : Rect
- #window_rect=(_window_rect : Rect)