wxStaticLine

See external documentation: wxStaticLine.

See external documentation: wxStaticLine.

This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler

Types


wxStaticLine() = wx:wx_object()

Functions


new() -> wxStaticLine()

See external documentation.

new(Parent) -> wxStaticLine()

  • Parent = wxWindow() (see module wxWindow)

Equivalent to new(Parent, []).

new(Parent, Options::[Option]) -> wxStaticLine()

  • Parent = wxWindow() (see module wxWindow)
  • Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

create(This, Parent) -> boolean()

  • This = wxStaticLine()
  • Parent = wxWindow() (see module wxWindow)

Equivalent to create(This, Parent, []).

create(This, Parent, Options::[Option]) -> boolean()

  • This = wxStaticLine()
  • Parent = wxWindow() (see module wxWindow)
  • Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

isVertical(This) -> boolean()

  • This = wxStaticLine()

See external documentation.

getDefaultSize() -> integer()

See external documentation.

destroy(This::wxStaticLine()) -> ok

Destroys this object, do not use object again