abstract class Control

Direct Known Subclasses

Defined in:

wif/window.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(owner : Window | Nil, name : String | Symbol, x : Int32, y : Int32, width : Int32, height : Int32) #

[View source]

Instance Method Detail

def clickable #

[View source]
def color : ColorPair #

[View source]
def color=(color : ColorPair) #

[View source]
def draw #

[View source]
def frontend #

[View source]
def have_focus : Bool #

[View source]
def have_focus=(have_focus : Bool) #

[View source]
def height : Int32 #

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

[View source]
def includes?(x, y) #

[View source]
def name : String | Symbol #

[View source]
def need_frame : Bool #

[View source]
def need_frame=(need_frame : Bool) #

[View source]
def owner : Window | Nil #

[View source]
def process_mouse(event : MouseEvent, x : Int32, y : Int32) #

[View source]
def visible : Bool #

[View source]
def visible=(visible : Bool) #

[View source]
def width : Int32 #

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

[View source]
def x : Int32 #

[View source]
def x2 #

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

[View source]
def y : Int32 #

[View source]
def y2 #

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

[View source]