Provided by: erlang-manpages_16.b.3-dfsg-1ubuntu2.2_all bug

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) -> wxGenericDirCtrl()

              Types:

                 Parent = wxWindow() (see module wxWindow)

              Equivalent to new(Parent, []).

       new(Parent, Option::[Option]) -> wxGenericDirCtrl()

              Types:

                 Parent = wxWindow() (see module wxWindow)
                 Option = {id, integer()} |  {dir,  chardata()  (see  module  unicode)}  |  {pos,
                 {X::integer(),  Y::integer()}}  | {size, {W::integer(), H::integer()}} | {style,
                 integer()}  |  {filter,  chardata()  (see  module  unicode)}  |  {defaultFilter,
                 integer()}

              See external documentation.

       create(This, Parent) -> boolean()

              Types:

                 This = wxGenericDirCtrl()
                 Parent = wxWindow() (see module wxWindow)

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

       create(This, Parent, Option::[Option]) -> boolean()

              Types:

                 This = wxGenericDirCtrl()
                 Parent = wxWindow() (see module wxWindow)
                 Option  =  {id,  integer()}  |  {dir,  chardata()  (see module unicode)} | {pos,
                 {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}}  |  {style,
                 integer()}  |  {filter,  chardata()  (see  module  unicode)}  |  {defaultFilter,
                 integer()}

              See external documentation.

       init(This) -> ok

              Types:

                 This = wxGenericDirCtrl()

              See external documentation.

       collapseTree(This) -> ok

              Types:

                 This = wxGenericDirCtrl()

              See external documentation.

       expandPath(This, Path) -> boolean()

              Types:

                 This = wxGenericDirCtrl()
                 Path = chardata() (see module unicode)

              See external documentation.

       getDefaultPath(This) -> charlist() (see module unicode)

              Types:

                 This = wxGenericDirCtrl()

              See external documentation.

       getPath(This) -> charlist() (see module unicode)

              Types:

                 This = wxGenericDirCtrl()

              See external documentation.

       getFilePath(This) -> charlist() (see module unicode)

              Types:

                 This = wxGenericDirCtrl()

              See external documentation.

       getFilter(This) -> charlist() (see module unicode)

              Types:

                 This = wxGenericDirCtrl()

              See external documentation.

       getFilterIndex(This) -> integer()

              Types:

                 This = wxGenericDirCtrl()

              See external documentation.

       getRootId(This) -> integer()

              Types:

                 This = wxGenericDirCtrl()

              See external documentation.

       getTreeCtrl(This) -> wxTreeCtrl() (see module wxTreeCtrl)

              Types:

                 This = wxGenericDirCtrl()

              See external documentation.

       reCreateTree(This) -> ok

              Types:

                 This = wxGenericDirCtrl()

              See external documentation.

       setDefaultPath(This, Path) -> ok

              Types:

                 This = wxGenericDirCtrl()
                 Path = chardata() (see module unicode)

              See external documentation.

       setFilter(This, Filter) -> ok

              Types:

                 This = wxGenericDirCtrl()
                 Filter = chardata() (see module unicode)

              See external documentation.

       setFilterIndex(This, N) -> ok

              Types:

                 This = wxGenericDirCtrl()
                 N = integer()

              See external documentation.

       setPath(This, Path) -> ok

              Types:

                 This = wxGenericDirCtrl()
                 Path = chardata() (see module unicode)

              See external documentation.

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

              Destroys this object, do not use object again

AUTHORS

       <>

                                             wx 1.1.1                      wxGenericDirCtrl(3erl)