wxScrolledWindow.3erl

Langue: en

Autres versions - même langue

Version: 276198 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxScrolledWindow - See external documentation: wxScrolledWindow.

DESCRIPTION

See external documentation: wxScrolledWindow <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html>.

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 <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowwxscrolledwindow>.

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 <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowwxscrolledwindow>.

calcScrolledPosition(This::wxScrolledWindow(), Pt::{X::integer(), Y::integer()}) -> {X::integer(), Y::integer()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowcalcscrolledposition>.

calcScrolledPosition(This::wxScrolledWindow(), X::integer(), Y::integer()) -> {Xx::integer(), Yy::integer()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowcalcscrolledposition>.

calcUnscrolledPosition(This::wxScrolledWindow(), Pt::{X::integer(), Y::integer()}) -> {X::integer(), Y::integer()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowcalcunscrolledposition>.

calcUnscrolledPosition(This::wxScrolledWindow(), X::integer(), Y::integer()) -> {Xx::integer(), Yy::integer()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowcalcunscrolledposition>.

enableScrolling(This::wxScrolledWindow(), X_scrolling::bool(), Y_scrolling::bool()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowenablescrolling>.

getScrollPixelsPerUnit(This::wxScrolledWindow()) -> {PixelsPerUnitX::integer(), PixelsPerUnitY::integer()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowgetscrollpixelsperunit>.

getViewStart(This::wxScrolledWindow()) -> {X::integer(), Y::integer()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowgetviewstart>.

doPrepareDC(This::wxScrolledWindow(), Dc::wxDC() (see module wxDC)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowdopreparedc>.

prepareDC(This::wxScrolledWindow(), Dc::wxDC() (see module wxDC)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowpreparedc>.

scroll(This::wxScrolledWindow(), X::integer(), Y::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowscroll>.

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 <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowsetscrollbars>.

setScrollRate(This::wxScrolledWindow(), Xstep::integer(), Ystep::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowsetscrollrate>.

setTargetWindow(This::wxScrolledWindow(), Target::wxWindow() (see module wxWindow)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxscrolledwindow.html#wxscrolledwindowsettargetwindow>.

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


Destroys this object, do not use object again