wxTopLevelWindow.3erl

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

wxTopLevelWindow - See external documentation: wxTopLevelWindow.

DESCRIPTION

See external documentation: wxTopLevelWindow <http://www.wxwidgets.org/manuals/stable/wx_wxtoplevelwindow.html>.

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

DATA TYPES

wxTopLevelWindow():

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

getIcon(This::wxTopLevelWindow()) -> wxIcon() (see module wxIcon)


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

getIcons(This::wxTopLevelWindow()) -> wxIconBundle() (see module wxIconBundle)


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

getTitle(This::wxTopLevelWindow()) -> string()


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

isActive(This::wxTopLevelWindow()) -> bool()


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

iconize(This::wxTopLevelWindow()) -> ok


Equivalent to iconize(This, []).

iconize(This::wxTopLevelWindow(), Options::[Option]) -> ok

Types
Option = {iconize, bool()}

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

isFullScreen(This::wxTopLevelWindow()) -> bool()


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

isIconized(This::wxTopLevelWindow()) -> bool()


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

isMaximized(This::wxTopLevelWindow()) -> bool()


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

maximize(This::wxTopLevelWindow()) -> ok


Equivalent to maximize(This, []).

maximize(This::wxTopLevelWindow(), Options::[Option]) -> ok

Types
Option = {maximize, bool()}

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

requestUserAttention(This::wxTopLevelWindow()) -> ok


Equivalent to requestUserAttention(This, []).

requestUserAttention(This::wxTopLevelWindow(), Options::[Option]) -> ok

Types
Option = {flags, integer()}

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

setIcon(This::wxTopLevelWindow(), Icon::wxIcon() (see module wxIcon)) -> ok


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

setIcons(This::wxTopLevelWindow(), Icons::wxIconBundle() (see module wxIconBundle)) -> ok


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

centerOnScreen(This::wxTopLevelWindow()) -> ok


Equivalent to centerOnScreen(This, []).

centerOnScreen(This::wxTopLevelWindow(), Options::[Option]) -> ok

Types
Option = {dir, integer()}

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

centreOnScreen(This::wxTopLevelWindow()) -> ok


Equivalent to centreOnScreen(This, []).

centreOnScreen(This::wxTopLevelWindow(), Options::[Option]) -> ok

Types
Option = {dir, integer()}

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

setShape(This::wxTopLevelWindow(), Region::wxRegion() (see module wxRegion)) -> bool()


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

setTitle(This::wxTopLevelWindow(), Title::string()) -> ok


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

showFullScreen(This::wxTopLevelWindow(), Show::bool()) -> bool()


Equivalent to showFullScreen(This, Show, []).

showFullScreen(This::wxTopLevelWindow(), Show::bool(), Options::[Option]) -> bool()

Types
Option = {style, integer()}

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