Module wxAuiNotebook

See external documentation: wxAuiNotebook.

Description

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

    wxAuiNotebook()

    abstract datatype: wxAuiNotebook()

    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

    addPage/3*Equivalent to addPage(This, Page, Caption, []).
    addPage/4*See external documentation.
    create/2*Equivalent to create(This, Parent, []).
    create/3*See external documentation.
    deletePage/2*See external documentation.
    destroy/1*Destroys this object, do not use object again.
    getArtProvider/1*See external documentation.
    getPage/2*See external documentation.
    getPageBitmap/2*See external documentation.
    getPageCount/1*See external documentation.
    getPageIndex/2*See external documentation.
    getPageText/2*See external documentation.
    getSelection/1*See external documentation.
    insertPage/4*Equivalent to insertPage(This, Page_idx, Page, Caption, []).
    insertPage/5*See external documentation.
    new/0*See external documentation.
    new/1*Equivalent to new(Parent, []).
    new/2*See external documentation.
    removePage/2*See external documentation.
    setArtProvider/2*See external documentation.
    setFont/2*See external documentation.
    setPageBitmap/3*See external documentation.
    setPageText/3*See external documentation.
    setSelection/2*See external documentation.
    setTabCtrlHeight/2*See external documentation.
    setUniformBitmapSize/2*See external documentation.

    Function Details

    addPage/3 *

    addPage(This::wxAuiNotebook(), Page::wxWindow:wxWindow(), Caption::string()) -> bool()

    Equivalent to addPage(This, Page, Caption, []).

    addPage/4 *

    addPage(This::wxAuiNotebook(), Page::wxWindow:wxWindow(), Caption::string(), Options::[Option]) -> bool()

    See external documentation.

    create/2 *

    create(This::wxAuiNotebook(), Parent::wxWindow:wxWindow()) -> bool()

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

    create/3 *

    create(This::wxAuiNotebook(), Parent::wxWindow:wxWindow(), Options::[Option]) -> bool()

    See external documentation.

    deletePage/2 *

    deletePage(This::wxAuiNotebook(), Page::integer()) -> bool()

    See external documentation.

    destroy/1 *

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

    Destroys this object, do not use object again

    getArtProvider/1 *

    getArtProvider(This::wxAuiNotebook()) -> wxAuiTabArt:wxAuiTabArt()

    See external documentation.

    getPage/2 *

    getPage(This::wxAuiNotebook(), Page_idx::integer()) -> wxWindow:wxWindow()

    See external documentation.

    getPageBitmap/2 *

    getPageBitmap(This::wxAuiNotebook(), Page_idx::integer()) -> wxBitmap:wxBitmap()

    See external documentation.

    getPageCount/1 *

    getPageCount(This::wxAuiNotebook()) -> integer()

    See external documentation.

    getPageIndex/2 *

    getPageIndex(This::wxAuiNotebook(), Page_wnd::wxWindow:wxWindow()) -> integer()

    See external documentation.

    getPageText/2 *

    getPageText(This::wxAuiNotebook(), Page_idx::integer()) -> string()

    See external documentation.

    getSelection/1 *

    getSelection(This::wxAuiNotebook()) -> integer()

    See external documentation.

    insertPage/4 *

    insertPage(This::wxAuiNotebook(), Page_idx::integer(), Page::wxWindow:wxWindow(), Caption::string()) -> bool()

    Equivalent to insertPage(This, Page_idx, Page, Caption, []).

    insertPage/5 *

    insertPage(This::wxAuiNotebook(), Page_idx::integer(), Page::wxWindow:wxWindow(), Caption::string(), Options::[Option]) -> bool()

    See external documentation.

    new/0 *

    new() -> wxAuiNotebook()

    See external documentation.

    new/1 *

    new(Parent::wxWindow:wxWindow()) -> wxAuiNotebook()

    Equivalent to new(Parent, []).

    new/2 *

    new(Parent::wxWindow:wxWindow(), Options::[Option]) -> wxAuiNotebook()

    See external documentation.

    removePage/2 *

    removePage(This::wxAuiNotebook(), Page::integer()) -> bool()

    See external documentation.

    setArtProvider/2 *

    setArtProvider(This::wxAuiNotebook(), Art::wxAuiTabArt:wxAuiTabArt()) -> ok

    See external documentation.

    setFont/2 *

    setFont(This::wxAuiNotebook(), Font::wxFont:wxFont()) -> bool()

    See external documentation.

    setPageBitmap/3 *

    setPageBitmap(This::wxAuiNotebook(), Page::integer(), Bitmap::wxBitmap:wxBitmap()) -> bool()

    See external documentation.

    setPageText/3 *

    setPageText(This::wxAuiNotebook(), Page::integer(), Text::string()) -> bool()

    See external documentation.

    setSelection/2 *

    setSelection(This::wxAuiNotebook(), New_page::integer()) -> integer()

    See external documentation.

    setTabCtrlHeight/2 *

    setTabCtrlHeight(This::wxAuiNotebook(), Height::integer()) -> ok

    See external documentation.

    setUniformBitmapSize/2 *

    setUniformBitmapSize(This::wxAuiNotebook(), Size::{W::integer(), H::integer()}) -> ok

    See external documentation.


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