Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxhtmlwindow(3erl) [linux man page]

wxHtmlWindow(3erl)					     Erlang Module Definition						wxHtmlWindow(3erl)

NAME
wxHtmlWindow - See external documentation: wxHtmlWindow. DESCRIPTION
See external documentation: wxHtmlWindow . This class is derived (and can use functions) from: wxScrolledWindow wxPanel wxWindow wxEvtHandler DATA TYPES
wxHtmlWindow() : 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() -> wxHtmlWindow() See external documentation . new(Parent::wxWindow() (see module wxWindow)) -> wxHtmlWindow() Equivalent to new(Parent, []) . new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxHtmlWindow() Types Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . appendToPage(This::wxHtmlWindow(), Source::string()) -> bool() See external documentation . getOpenedAnchor(This::wxHtmlWindow()) -> string() See external documentation . getOpenedPage(This::wxHtmlWindow()) -> string() See external documentation . getOpenedPageTitle(This::wxHtmlWindow()) -> string() See external documentation . getRelatedFrame(This::wxHtmlWindow()) -> wxFrame() (see module wxFrame) See external documentation . historyBack(This::wxHtmlWindow()) -> bool() See external documentation . historyCanBack(This::wxHtmlWindow()) -> bool() See external documentation . historyCanForward(This::wxHtmlWindow()) -> bool() See external documentation . historyClear(This::wxHtmlWindow()) -> ok See external documentation . historyForward(This::wxHtmlWindow()) -> bool() See external documentation . loadFile(This::wxHtmlWindow(), Filename::string()) -> bool() See external documentation . loadPage(This::wxHtmlWindow(), Location::string()) -> bool() See external documentation . selectAll(This::wxHtmlWindow()) -> ok See external documentation . selectionToText(This::wxHtmlWindow()) -> string() See external documentation . selectLine(This::wxHtmlWindow(), Pos::{X::integer(), Y::integer()}) -> ok See external documentation . selectWord(This::wxHtmlWindow(), Pos::{X::integer(), Y::integer()}) -> ok See external documentation . setBorders(This::wxHtmlWindow(), B::integer()) -> ok See external documentation . setFonts(This::wxHtmlWindow(), Normal_face::string(), Fixed_face::string()) -> ok Equivalent to setFonts(This, Normal_face, Fixed_face, []) . setFonts(This::wxHtmlWindow(), Normal_face::string(), Fixed_face::string(), Options::[Option]) -> ok Types Option = {sizes, integer()} See external documentation . setPage(This::wxHtmlWindow(), Source::string()) -> bool() See external documentation . setRelatedFrame(This::wxHtmlWindow(), Frame::wxFrame() (see module wxFrame), Format::string()) -> ok See external documentation . setRelatedStatusBar(This::wxHtmlWindow(), Bar::integer()) -> ok See external documentation . toText(This::wxHtmlWindow()) -> string() See external documentation . destroy(This::wxHtmlWindow()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxHtmlWindow(3erl)

Check Out this Related Man Page

wxGenericDirCtrl(3erl)					     Erlang Module Definition					    wxGenericDirCtrl(3erl)

NAME
wxGenericDirCtrl - See external documentation: wxGenericDirCtrl. DESCRIPTION
See external documentation: wxGenericDirCtrl . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandler DATA TYPES
wxGenericDirCtrl() : 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() -> wxGenericDirCtrl() See external documentation . new(Parent::wxWindow() (see module wxWindow)) -> wxGenericDirCtrl() Equivalent to new(Parent, []) . new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxGenericDirCtrl() Types Option = {id, integer()} | {dir, string()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {filter, string()} | {defaultFilter, integer()} See external documentation . create(This::wxGenericDirCtrl(), Parent::wxWindow() (see module wxWindow)) -> bool() Equivalent to create(This, Parent, []) . create(This::wxGenericDirCtrl(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool() Types Option = {id, integer()} | {dir, string()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {filter, string()} | {defaultFilter, integer()} See external documentation . init(This::wxGenericDirCtrl()) -> ok See external documentation . collapseTree(This::wxGenericDirCtrl()) -> ok See external documentation . expandPath(This::wxGenericDirCtrl(), Path::string()) -> bool() See external documentation . getDefaultPath(This::wxGenericDirCtrl()) -> string() See external documentation . getPath(This::wxGenericDirCtrl()) -> string() See external documentation . getFilePath(This::wxGenericDirCtrl()) -> string() See external documentation . getFilter(This::wxGenericDirCtrl()) -> string() See external documentation . getFilterIndex(This::wxGenericDirCtrl()) -> integer() See external documentation . getRootId(This::wxGenericDirCtrl()) -> integer() See external documentation . getTreeCtrl(This::wxGenericDirCtrl()) -> wxTreeCtrl() (see module wxTreeCtrl) See external documentation . reCreateTree(This::wxGenericDirCtrl()) -> ok See external documentation . setDefaultPath(This::wxGenericDirCtrl(), Path::string()) -> ok See external documentation . setFilter(This::wxGenericDirCtrl(), Filter::string()) -> ok See external documentation . setFilterIndex(This::wxGenericDirCtrl(), N::integer()) -> ok See external documentation . setPath(This::wxGenericDirCtrl(), Path::string()) -> ok See external documentation . destroy(This::wxGenericDirCtrl()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxGenericDirCtrl(3erl)
Man Page