Erlang logo
User's Guide
Reference Manual
Release Notes
PDF
Top

wxErlang
Reference Manual
Version 1.8


Expand All
Contract All

Table of Contents

wxSplitterWindow

MODULE

wxSplitterWindow

MODULE SUMMARY

See external documentation: wxSplitterWindow.

DESCRIPTION

See external documentation: wxSplitterWindow.

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

DATA TYPES

wxSplitterWindow()

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() -> wxSplitterWindow()

new(Parent) -> wxSplitterWindow()

Types:

Equivalent to new(Parent, []).

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

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()}

getMinimumPaneSize(This) -> integer()

Types:

getSashGravity(This) -> number()

Types:

getSashPosition(This) -> integer()

Types:

getSplitMode(This) -> wx:wx_enum()

Types:

See external documentation.
Res = ?wxSPLIT_HORIZONTAL | ?wxSPLIT_VERTICAL

getWindow1(This) -> wxWindow:wxWindow()

Types:

getWindow2(This) -> wxWindow:wxWindow()

Types:

initialize(This, Window) -> ok

Types:

isSplit(This) -> boolean()

Types:

replaceWindow(This, WinOld, WinNew) -> boolean()

setSashGravity(This, Gravity) -> ok

Types:

Gravity = number()

setSashPosition(This, Position) -> ok

Types:

Position = integer()

setSashPosition(This, Position, Options::[Option]) -> ok

Types:

Position = integer()
Option = {redraw, boolean()}

setSashSize(This, Width) -> ok

Types:

Width = integer()

setMinimumPaneSize(This, Min) -> ok

Types:

Min = integer()

setSplitMode(This, Mode) -> ok

Types:

Mode = integer()

splitHorizontally(This, Window1, Window2) -> boolean()

Types:

splitHorizontally(This, Window1, Window2, Options::[Option]) -> boolean()

Types:

Option = {sashPosition, integer()}

splitVertically(This, Window1, Window2) -> boolean()

Types:

splitVertically(This, Window1, Window2, Options::[Option]) -> boolean()

Types:

Option = {sashPosition, integer()}

unsplit(This) -> boolean()

Types:

Equivalent to unsplit(This, []).

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

Types:

Option = {toRemove, wxWindow:wxWindow()}

updateSize(This) -> ok

Types:

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

Destroys this object, do not use object again