Module wxMenuBar

See external documentation: wxMenuBar.

Description

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

    wxMenuBar()

    abstract datatype: wxMenuBar()

    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

    append/3*See external documentation.
    check/3*See external documentation.
    destroy/1*Destroys this object, do not use object again.
    enable/1*Equivalent to enable(This, []).
    enable/2*See external documentation.
    enable/3*See external documentation.
    enableTop/3*See external documentation.
    findItem/2*See external documentation.
    findMenu/2*See external documentation.
    findMenuItem/3*See external documentation.
    getHelpString/2*See external documentation.
    getLabel/1*See external documentation.
    getLabel/2*See external documentation.
    getLabelTop/2*See external documentation.
    getMenu/2*See external documentation.
    getMenuCount/1*See external documentation.
    insert/4*See external documentation.
    isChecked/2*See external documentation.
    isEnabled/1*See external documentation.
    isEnabled/2*See external documentation.
    new/0*See external documentation.
    new/1*See external documentation.
    remove/2*See external documentation.
    replace/4*See external documentation.
    setHelpString/3*See external documentation.
    setLabel/2*See external documentation.
    setLabel/3*See external documentation.
    setLabelTop/3*See external documentation.

    Function Details

    append/3 *

    append(This::wxMenuBar(), Menu::wxMenu:wxMenu(), Title::string()) -> bool()

    See external documentation.

    check/3 *

    check(This::wxMenuBar(), Itemid::integer(), Check::bool()) -> ok

    See external documentation.

    destroy/1 *

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

    Destroys this object, do not use object again

    enable/1 *

    enable(This::wxMenuBar()) -> bool()

    Equivalent to enable(This, []).

    enable/2 *

    enable(This::wxMenuBar(), Options::[Option]) -> bool()

    See external documentation.

    enable/3 *

    enable(This::wxMenuBar(), Itemid::integer(), Enable::bool()) -> ok

    See external documentation.

    enableTop/3 *

    enableTop(This::wxMenuBar(), Pos::integer(), Flag::bool()) -> ok

    See external documentation.

    findItem/2 *

    findItem(This::wxMenuBar(), Id::integer()) -> wxMenuItem:wxMenuItem()

    See external documentation.

    findMenu/2 *

    findMenu(This::wxMenuBar(), Title::string()) -> integer()

    See external documentation.

    findMenuItem/3 *

    findMenuItem(This::wxMenuBar(), MenuString::string(), ItemString::string()) -> integer()

    See external documentation.

    getHelpString/2 *

    getHelpString(This::wxMenuBar(), Itemid::integer()) -> string()

    See external documentation.

    getLabel/1 *

    getLabel(This::wxMenuBar()) -> string()

    See external documentation.

    getLabel/2 *

    getLabel(This::wxMenuBar(), Itemid::integer()) -> string()

    See external documentation.

    getLabelTop/2 *

    getLabelTop(This::wxMenuBar(), Pos::integer()) -> string()

    See external documentation.

    getMenu/2 *

    getMenu(This::wxMenuBar(), Pos::integer()) -> wxMenu:wxMenu()

    See external documentation.

    getMenuCount/1 *

    getMenuCount(This::wxMenuBar()) -> integer()

    See external documentation.

    insert/4 *

    insert(This::wxMenuBar(), Pos::integer(), Menu::wxMenu:wxMenu(), Title::string()) -> bool()

    See external documentation.

    isChecked/2 *

    isChecked(This::wxMenuBar(), Itemid::integer()) -> bool()

    See external documentation.

    isEnabled/1 *

    isEnabled(This::wxMenuBar()) -> bool()

    See external documentation.

    isEnabled/2 *

    isEnabled(This::wxMenuBar(), Itemid::integer()) -> bool()

    See external documentation.

    new/0 *

    new() -> wxMenuBar()

    See external documentation.

    new/1 *

    new(Style::integer()) -> wxMenuBar()

    See external documentation.

    remove/2 *

    remove(This::wxMenuBar(), Pos::integer()) -> wxMenu:wxMenu()

    See external documentation.

    replace/4 *

    replace(This::wxMenuBar(), Pos::integer(), Menu::wxMenu:wxMenu(), Title::string()) -> wxMenu:wxMenu()

    See external documentation.

    setHelpString/3 *

    setHelpString(This::wxMenuBar(), Itemid::integer(), HelpString::string()) -> ok

    See external documentation.

    setLabel/2 *

    setLabel(This::wxMenuBar(), S::string()) -> ok

    See external documentation.

    setLabel/3 *

    setLabel(This::wxMenuBar(), Itemid::integer(), Label::string()) -> ok

    See external documentation.

    setLabelTop/3 *

    setLabelTop(This::wxMenuBar(), Pos::integer(), Label::string()) -> ok

    See external documentation.


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