wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxStaticLine

Module

wxStaticLine

Module Summary

See external documentation: wxStaticLine.

Description

See external documentation: wxStaticLine.

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

DATA TYPES

wxStaticLine()

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.

Exports

new() -> wxStaticLine()

new(Parent) -> wxStaticLine()

Types

Equivalent to new(Parent, []).

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

Types

Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

create(This, Parent) -> boolean()

Types

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

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

Types

Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

isVertical(This) -> boolean()

Types

getDefaultSize() -> integer()

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

Destroys this object, do not use object again