abstract class Control
- Control
- Reference
- Object
Direct Known Subclasses
Defined in:
wif/window.crConstructors
Instance Method Summary
- #clickable
- #color : ColorPair
- #color=(color : ColorPair)
- #draw
- #frontend
- #have_focus : Bool
- #have_focus=(have_focus : Bool)
- #height : Int32
- #height=(height : Int32)
- #includes?(x, y)
- #name : String | Symbol
- #need_frame : Bool
- #need_frame=(need_frame : Bool)
- #owner : Window | Nil
- #process_mouse(event : MouseEvent, x : Int32, y : Int32)
- #visible : Bool
- #visible=(visible : Bool)
- #width : Int32
- #width=(width : Int32)
- #x : Int32
- #x2
- #x=(x : Int32)
- #y : Int32
- #y2
- #y=(y : Int32)
Constructor Detail
def self.new(owner : Window | Nil, name : String | Symbol, x : Int32, y : Int32, width : Int32, height : Int32)
#