Module wxFrame

See external documentation: wxFrame.

Description

See external documentation: wxFrame.
This class is derived (and can use functions) from:
  • wxTopLevelWindow
  • wxWindow
  • wxEvtHandler
  • Data Types

    wxFrame()

    abstract datatype: wxFrame()

    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.

    Function Index

    create/4*Equivalent to create(This, Parent, Id, Title, []).
    create/5*See external documentation.
    createStatusBar/1*Equivalent to createStatusBar(This, []).
    createStatusBar/2*See external documentation.
    createToolBar/1*Equivalent to createToolBar(This, []).
    createToolBar/2*See external documentation.
    destroy/1*Destroys this object, do not use object again.
    getClientAreaOrigin/1*See external documentation.
    getMenuBar/1*See external documentation.
    getStatusBar/1*See external documentation.
    getStatusBarPane/1*See external documentation.
    getToolBar/1*See external documentation.
    new/0*See external documentation.
    new/3*Equivalent to new(Parent, Id, Title, []).
    new/4*See external documentation.
    processCommand/2*See external documentation.
    sendSizeEvent/1*See external documentation.
    setMenuBar/2*See external documentation.
    setStatusBar/2*See external documentation.
    setStatusBarPane/2*See external documentation.
    setStatusText/2*Equivalent to setStatusText(This, Text, []).
    setStatusText/3*See external documentation.
    setStatusWidths/3*See external documentation.
    setToolBar/2*See external documentation.

    Function Details

    create/4 *

    create(This::wxFrame(), Parent::wxWindow:wxWindow(), Id::integer(), Title::string()) -> bool()

    Equivalent to create(This, Parent, Id, Title, []).

    create/5 *

    create(This::wxFrame(), Parent::wxWindow:wxWindow(), Id::integer(), Title::string(), Options::[Option]) -> bool()

    See external documentation.

    createStatusBar/1 *

    createStatusBar(This::wxFrame()) -> wxStatusBar:wxStatusBar()

    Equivalent to createStatusBar(This, []).

    createStatusBar/2 *

    createStatusBar(This::wxFrame(), Options::[Option]) -> wxStatusBar:wxStatusBar()

    See external documentation.

    createToolBar/1 *

    createToolBar(This::wxFrame()) -> wxToolBar:wxToolBar()

    Equivalent to createToolBar(This, []).

    createToolBar/2 *

    createToolBar(This::wxFrame(), Options::[Option]) -> wxToolBar:wxToolBar()

    See external documentation.

    destroy/1 *

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

    Destroys this object, do not use object again

    getClientAreaOrigin/1 *

    getClientAreaOrigin(This::wxFrame()) -> {X::integer(), Y::integer()}

    See external documentation.

    getMenuBar/1 *

    getMenuBar(This::wxFrame()) -> wxMenuBar:wxMenuBar()

    See external documentation.

    getStatusBar/1 *

    getStatusBar(This::wxFrame()) -> wxStatusBar:wxStatusBar()

    See external documentation.

    getStatusBarPane/1 *

    getStatusBarPane(This::wxFrame()) -> integer()

    See external documentation.

    getToolBar/1 *

    getToolBar(This::wxFrame()) -> wxToolBar:wxToolBar()

    See external documentation.

    new/0 *

    new() -> wxFrame()

    See external documentation.

    new/3 *

    new(Parent::wxWindow:wxWindow(), Id::integer(), Title::string()) -> wxFrame()

    Equivalent to new(Parent, Id, Title, []).

    new/4 *

    new(Parent::wxWindow:wxWindow(), Id::integer(), Title::string(), Options::[Option]) -> wxFrame()

    See external documentation.

    processCommand/2 *

    processCommand(This::wxFrame(), Winid::integer()) -> bool()

    See external documentation.

    sendSizeEvent/1 *

    sendSizeEvent(This::wxFrame()) -> ok

    See external documentation.

    setMenuBar/2 *

    setMenuBar(This::wxFrame(), Menubar::wxMenuBar:wxMenuBar()) -> ok

    See external documentation.

    setStatusBar/2 *

    setStatusBar(This::wxFrame(), Statbar::wxStatusBar:wxStatusBar()) -> ok

    See external documentation.

    setStatusBarPane/2 *

    setStatusBarPane(This::wxFrame(), N::integer()) -> ok

    See external documentation.

    setStatusText/2 *

    setStatusText(This::wxFrame(), Text::string()) -> ok

    Equivalent to setStatusText(This, Text, []).

    setStatusText/3 *

    setStatusText(This::wxFrame(), Text::string(), Options::[Option]) -> ok

    See external documentation.

    setStatusWidths/3 *

    setStatusWidths(This::wxFrame(), N::integer(), Widths_field::[integer()]) -> ok

    See external documentation.

    setToolBar/2 *

    setToolBar(This::wxFrame(), Toolbar::wxToolBar:wxToolBar()) -> ok

    See external documentation.


    Generated by EDoc, May 26 2008, 12:35:35.