.TH wxCaret 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxCaret \- See external documentation: wxCaret. .SH DESCRIPTION .LP See external documentation: wxCaret\&. .SH "DATA TYPES" .RS 2 .TP 2 .B wxCaret(): .RS 2 .LP An object reference, The representation is internal and can be changed without notice\&. It can\&'t be used for comparsion stored on disc or distributed for use on other nodes\&. .RE .RE .SH EXPORTS .LP .B new(Window, Size) -> wxCaret() .br .RS .LP Types: .RS 3 Window = wxWindow:wxWindow() .br Size = {W::integer(), H::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B new(Window, Width, Height) -> wxCaret() .br .RS .LP Types: .RS 3 Window = wxWindow:wxWindow() .br Width = integer() .br Height = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B create(This, Window, Size) -> boolean() .br .RS .LP Types: .RS 3 This = wxCaret() .br Window = wxWindow:wxWindow() .br Size = {W::integer(), H::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B create(This, Window, Width, Height) -> boolean() .br .RS .LP Types: .RS 3 This = wxCaret() .br Window = wxWindow:wxWindow() .br Width = integer() .br Height = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getBlinkTime() -> integer() .br .RS .LP See external documentation\&. .RE .LP .B getPosition(This) -> {X::integer(), Y::integer()} .br .RS .LP Types: .RS 3 This = wxCaret() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getSize(This) -> {W::integer(), H::integer()} .br .RS .LP Types: .RS 3 This = wxCaret() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getWindow(This) -> wxWindow:wxWindow() .br .RS .LP Types: .RS 3 This = wxCaret() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hide(This) -> ok .br .RS .LP Types: .RS 3 This = wxCaret() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isOk(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxCaret() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isVisible(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxCaret() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B move(This, Pt) -> ok .br .RS .LP Types: .RS 3 This = wxCaret() .br Pt = {X::integer(), Y::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B move(This, X, Y) -> ok .br .RS .LP Types: .RS 3 This = wxCaret() .br X = integer() .br Y = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setBlinkTime(Milliseconds) -> ok .br .RS .LP Types: .RS 3 Milliseconds = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setSize(This, Size) -> ok .br .RS .LP Types: .RS 3 This = wxCaret() .br Size = {W::integer(), H::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setSize(This, Width, Height) -> ok .br .RS .LP Types: .RS 3 This = wxCaret() .br Width = integer() .br Height = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B show(This) -> ok .br .RS .LP Types: .RS 3 This = wxCaret() .br .RE .RE .RS .LP Equivalent to show(This, [])\&. .RE .LP .B show(This, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = wxCaret() .br Option = {show, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxCaret()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>