class Minyaty::CategoryUncategorized

Defined in:

minyaty/category_uncategorized.cr

Constructors

Instance Method Summary

Instance methods inherited from class Minyaty::Category

mark_categorized_windows mark_categorized_windows, matching_windows(all_windows) matching_windows, name : String name, name=(name : String) name=, next next, patterns : Array({pattern: String, hints: {x: Int32?, y: Int32?, width: Int32?, height: Int32?}}) patterns, patterns=(patterns : Array(NamedTuple(pattern: String, hints: NamedTuple(x: Int32 | Nil, y: Int32 | Nil, width: Int32 | Nil, height: Int32 | Nil)))) patterns=, pointer : Int32 pointer, pointer=(pointer : Int32) pointer=, refresh(all_windows) refresh, restart restart, resume resume, window_at_pointer window_at_pointer, windows : Array(Minyaty::Window) windows, windows=(windows : Array(Minyaty::Window)) windows=

Constructor methods inherited from class Minyaty::Category

new(name : String, patterns : Array(NamedTuple(pattern: String, hints: WindowHints))) new

Constructor Detail

def self.new(name : String) #

[View source]

Instance Method Detail

def mark_categorized_windows #

[View source]
def matching_windows(all_windows) #

[View source]