wxSizer(3erl) | Erlang Module Definition | wxSizer(3erl) |
wxSizer - See external documentation: wxSizer.
See external documentation: wxSizer.
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.
add(This, Window) -> wxSizerItem:wxSizerItem()
Types:
Equivalent to add(This, Window, []).
add(This, Width, Height) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
Also:
add(This, Window, [Option]) -> wxSizerItem:wxSizerItem() when
This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(),
Option :: {'proportion', integer()}
| {'flag', integer()}
| {'border', integer()}
| {'userData', wx:wx_object()};
(This, Window, Flags) -> wxSizerItem:wxSizerItem() when
This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(),
Flags::wxSizerFlags:wxSizerFlags().
add(This, Width, Height, Options::[Option]) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
addSpacer(This, Size) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
addStretchSpacer(This) ->
wxSizerItem:wxSizerItem()
Types:
Equivalent to addStretchSpacer(This, []).
addStretchSpacer(This, Options::[Option]) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
calcMin(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
clear(This) -> ok
Types:
Equivalent to clear(This, []).
clear(This, Options::[Option]) -> ok
Types:
See external documentation.
detach(This, Index) -> boolean()
Types:
See external documentation.
Also:
detach(This, Window) -> boolean() when
This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer().
fit(This, Window) -> {W::integer(), H::integer()}
Types:
See external documentation.
fitInside(This, Window) -> ok
Types:
See external documentation.
getChildren(This) -> [wxSizerItem:wxSizerItem()]
Types:
See external documentation.
getItem(This, Window) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
Also:
getItem(This, Index) -> wxSizerItem:wxSizerItem() when
This::wxSizer(), Index::integer().
getItem(This, Window, Options::[Option]) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
getSize(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
getPosition(This) -> {X::integer(), Y::integer()}
Types:
See external documentation.
getMinSize(This) -> {W::integer(), H::integer()}
Types:
See external documentation.
hide(This, Window) -> boolean()
Types:
See external documentation.
Also:
hide(This, Index) -> boolean() when
This::wxSizer(), Index::integer().
hide(This, Window, Options::[Option]) -> boolean()
Types:
See external documentation.
insert(This, Index, Item) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
insert(This, Index, Width, Height) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
Also:
insert(This, Index, Window, [Option]) -> wxSizerItem:wxSizerItem() when
This::wxSizer(), Index::integer(), Window::wxWindow:wxWindow() | wxSizer(),
Option :: {'proportion', integer()}
| {'flag', integer()}
| {'border', integer()}
| {'userData', wx:wx_object()};
(This, Index, Window, Flags) -> wxSizerItem:wxSizerItem() when
This::wxSizer(), Index::integer(), Window::wxWindow:wxWindow() | wxSizer(),
Flags::wxSizerFlags:wxSizerFlags().
insert(This, Index, Width, Height, Options::[Option]) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
insertSpacer(This, Index, Size) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
insertStretchSpacer(This, Index) ->
wxSizerItem:wxSizerItem()
Types:
Equivalent to insertStretchSpacer(This, Index, []).
insertStretchSpacer(This, Index, Options::[Option]) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
isShown(This, Index) -> boolean()
Types:
See external documentation.
Also:
isShown(This, Window) -> boolean() when
This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer().
layout(This) -> ok
Types:
See external documentation.
prepend(This, Item) -> wxSizerItem:wxSizerItem()
Types:
See external documentation.
prepend(This, Width, Height) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
Also:
prepend(This, Window, [Option]) -> wxSizerItem:wxSizerItem() when
This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(),
Option :: {'proportion', integer()}
| {'flag', integer()}
| {'border', integer()}
| {'userData', wx:wx_object()};
(This, Window, Flags) -> wxSizerItem:wxSizerItem() when
This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(),
Flags::wxSizerFlags:wxSizerFlags().
prepend(This, Width, Height, Options::[Option]) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
prependSpacer(This, Size) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
prependStretchSpacer(This) ->
wxSizerItem:wxSizerItem()
Types:
Equivalent to prependStretchSpacer(This, []).
prependStretchSpacer(This, Options::[Option]) ->
wxSizerItem:wxSizerItem()
Types:
See external documentation.
recalcSizes(This) -> ok
Types:
See external documentation.
remove(This, Index) -> boolean()
Types:
See external documentation.
Also:
remove(This, Sizer) -> boolean() when
This::wxSizer(), Sizer::wxSizer().
replace(This, Oldwin, Newwin) -> boolean()
Types:
See external documentation.
Also:
replace(This, Index, Newitem) -> boolean() when
This::wxSizer(), Index::integer(), Newitem::wxSizerItem:wxSizerItem().
replace(This, Oldwin, Newwin, Options::[Option]) ->
boolean()
Types:
See external documentation.
setDimension(This, X, Y, Width, Height) -> ok
Types:
See external documentation.
setMinSize(This, Size) -> ok
Types:
See external documentation.
setMinSize(This, Width, Height) -> ok
Types:
See external documentation.
setItemMinSize(This, Index, Size) -> boolean()
Types:
See external documentation.
Also:
setItemMinSize(This, Window, Size) -> boolean() when
This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), Size::{W::integer(),
H::integer()}.
setItemMinSize(This, Index, Width, Height) -> boolean()
Types:
See external documentation.
Also:
setItemMinSize(This, Window, Width, Height) -> boolean() when
This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), Width::integer(),
Height::integer().
setSizeHints(This, Window) -> ok
Types:
See external documentation.
setVirtualSizeHints(This, Window) -> ok
Types:
See external documentation.
show(This, Index) -> boolean()
Types:
See external documentation.
Also:
show(This, Window) -> boolean() when
This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer();
(This, Show) -> 'ok' when
This::wxSizer(), Show::boolean().
show(This, Index, Options::[Option]) -> boolean()
Types:
See external documentation.
Also:
show(This, Window, [Option]) -> boolean() when
This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(),
Option :: {'show', boolean()}
| {'recursive', boolean()}.
<>
wx 1.8.6 |