Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxscrolledwindow(3erl) [linux man page]

wxScrolledWindow(3erl)					     Erlang Module Definition					    wxScrolledWindow(3erl)

NAME
wxScrolledWindow - See external documentation: wxScrolledWindow. DESCRIPTION
See external documentation: wxScrolledWindow . This class is derived (and can use functions) from: wxPanel wxWindow wxEvtHandler DATA TYPES
wxScrolledWindow() : 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() -> wxScrolledWindow() See external documentation . new(Parent::wxWindow() (see module wxWindow)) -> wxScrolledWindow() Equivalent to new(Parent, []) . new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxScrolledWindow() Types Option = {winid, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . calcScrolledPosition(This::wxScrolledWindow(), Pt::{X::integer(), Y::integer()}) -> {X::integer(), Y::integer()} See external documentation . calcScrolledPosition(This::wxScrolledWindow(), X::integer(), Y::integer()) -> {Xx::integer(), Yy::integer()} See external documentation . calcUnscrolledPosition(This::wxScrolledWindow(), Pt::{X::integer(), Y::integer()}) -> {X::integer(), Y::integer()} See external documentation . calcUnscrolledPosition(This::wxScrolledWindow(), X::integer(), Y::integer()) -> {Xx::integer(), Yy::integer()} See external documentation . enableScrolling(This::wxScrolledWindow(), X_scrolling::bool(), Y_scrolling::bool()) -> ok See external documentation . getScrollPixelsPerUnit(This::wxScrolledWindow()) -> {PixelsPerUnitX::integer(), PixelsPerUnitY::integer()} See external documentation . getViewStart(This::wxScrolledWindow()) -> {X::integer(), Y::integer()} See external documentation . doPrepareDC(This::wxScrolledWindow(), Dc::wxDC() (see module wxDC)) -> ok See external documentation . prepareDC(This::wxScrolledWindow(), Dc::wxDC() (see module wxDC)) -> ok See external documentation . scroll(This::wxScrolledWindow(), X::integer(), Y::integer()) -> ok See external documentation . setScrollbars(This::wxScrolledWindow(), PixelsPerUnitX::integer(), PixelsPerUnitY::integer(), NoUnitsX::integer(), NoUnitsY::integer()) -> ok Equivalent to setScrollbars(This, PixelsPerUnitX, PixelsPerUnitY, NoUnitsX, NoUnitsY, []) . setScrollbars(This::wxScrolledWindow(), PixelsPerUnitX::integer(), PixelsPerUnitY::integer(), NoUnitsX::integer(), NoUnitsY::integer(), Options::[Option]) -> ok Types Option = {xPos, integer()} | {yPos, integer()} | {noRefresh, bool()} See external documentation . setScrollRate(This::wxScrolledWindow(), Xstep::integer(), Ystep::integer()) -> ok See external documentation . setTargetWindow(This::wxScrolledWindow(), Target::wxWindow() (see module wxWindow)) -> ok See external documentation . destroy(This::wxScrolledWindow()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxScrolledWindow(3erl)

Check Out this Related Man Page

wxListbook(3erl)					     Erlang Module Definition						  wxListbook(3erl)

NAME
wxListbook - See external documentation: wxListbook. DESCRIPTION
See external documentation: wxListbook . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandler DATA TYPES
wxListbook() : 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() -> wxListbook() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxListbook() Equivalent to new(Parent, Id, []) . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxListbook() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . addPage(This::wxListbook(), Page::wxWindow() (see module wxWindow), Text::string()) -> bool() Equivalent to addPage(This, Page, Text, []) . addPage(This::wxListbook(), Page::wxWindow() (see module wxWindow), Text::string(), Options::[Option]) -> bool() Types Option = {bSelect, bool()} | {imageId, integer()} See external documentation . advanceSelection(This::wxListbook()) -> ok Equivalent to advanceSelection(This, []) . advanceSelection(This::wxListbook(), Options::[Option]) -> ok Types Option = {forward, bool()} See external documentation . assignImageList(This::wxListbook(), ImageList::wxImageList() (see module wxImageList)) -> ok See external documentation . create(This::wxListbook(), Parent::wxWindow() (see module wxWindow), Id::integer()) -> bool() Equivalent to create(This, Parent, Id, []) . create(This::wxListbook(), Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> bool() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . deleteAllPages(This::wxListbook()) -> bool() See external documentation . deletePage(This::wxListbook(), N::integer()) -> bool() See external documentation . removePage(This::wxListbook(), N::integer()) -> bool() See external documentation . getCurrentPage(This::wxListbook()) -> wxWindow() (see module wxWindow) See external documentation . getImageList(This::wxListbook()) -> wxImageList() (see module wxImageList) See external documentation . getPage(This::wxListbook(), N::integer()) -> wxWindow() (see module wxWindow) See external documentation . getPageCount(This::wxListbook()) -> integer() See external documentation . getPageImage(This::wxListbook(), N::integer()) -> integer() See external documentation . getPageText(This::wxListbook(), N::integer()) -> string() See external documentation . getSelection(This::wxListbook()) -> integer() See external documentation . hitTest(This::wxListbook(), Pt::{X::integer(), Y::integer()}) -> {integer(), Flags::integer()} See external documentation . insertPage(This::wxListbook(), N::integer(), Page::wxWindow() (see module wxWindow), Text::string()) -> bool() Equivalent to insertPage(This, N, Page, Text, []) . insertPage(This::wxListbook(), N::integer(), Page::wxWindow() (see module wxWindow), Text::string(), Options::[Option]) -> bool() Types Option = {bSelect, bool()} | {imageId, integer()} See external documentation . setImageList(This::wxListbook(), ImageList::wxImageList() (see module wxImageList)) -> ok See external documentation . setPageSize(This::wxListbook(), Size::{W::integer(), H::integer()}) -> ok See external documentation . setPageImage(This::wxListbook(), N::integer(), ImageId::integer()) -> bool() See external documentation . setPageText(This::wxListbook(), N::integer(), StrText::string()) -> bool() See external documentation . setSelection(This::wxListbook(), N::integer()) -> integer() See external documentation . changeSelection(This::wxListbook(), N::integer()) -> integer() See external documentation . destroy(This::wxListbook()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxListbook(3erl)
Man Page