bionic (3) wxDirPickerCtrl.3erl.gz

Provided by: erlang-manpages_20.2.2+dfsg-1ubuntu2_all bug

NAME

       wxDirPickerCtrl - See external documentation: wxDirPickerCtrl.

DESCRIPTION

       See external documentation: wxDirPickerCtrl.

       This class is derived (and can use functions) from:
       wxPickerBase
       wxControl
       wxWindow
       wxEvtHandler

DATA TYPES

         wxDirPickerCtrl():

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

              See external documentation.

       new(Parent, Id) -> wxDirPickerCtrl()

              Types:

                 Parent = wxWindow:wxWindow()
                 Id = integer()

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

       new(Parent, Id, Options::[Option]) -> wxDirPickerCtrl()

              Types:

                 Parent = wxWindow:wxWindow()
                 Id = integer()
                 Option = {path, unicode:chardata()} |  {message,  unicode:chardata()}  |  {pos,  {X::integer(),
                 Y::integer()}}  |  {size,  {W::integer(),  H::integer()}}  |  {style,  integer()} | {validator,
                 wx:wx_object()}

              See external documentation.

       create(This, Parent, Id) -> boolean()

              Types:

                 This = wxDirPickerCtrl()
                 Parent = wxWindow:wxWindow()
                 Id = integer()

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

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

              Types:

                 This = wxDirPickerCtrl()
                 Parent = wxWindow:wxWindow()
                 Id = integer()
                 Option = {path, unicode:chardata()} |  {message,  unicode:chardata()}  |  {pos,  {X::integer(),
                 Y::integer()}}  |  {size,  {W::integer(),  H::integer()}}  |  {style,  integer()} | {validator,
                 wx:wx_object()}

              See external documentation.

       getPath(This) -> unicode:charlist()

              Types:

                 This = wxDirPickerCtrl()

              See external documentation.

       setPath(This, Str) -> ok

              Types:

                 This = wxDirPickerCtrl()
                 Str = unicode:chardata()

              See external documentation.

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

              Destroys this object, do not use object again

AUTHORS

       <>

                                                    wx 1.8.3                               wxDirPickerCtrl(3erl)