A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://wxpython.org/Phoenix/docs/html/wx.FileDirPickerEvent.html below:

wx.FileDirPickerEvent — wxPython Phoenix 4.2.4a1 documentation

wx.FileDirPickerEvent¶

This event class is used for the events generated by wx.FilePickerCtrl and by wx.DirPickerCtrl.

Events Emitted by this Class¶

Handlers bound for the following event types will receive a wx.FileDirPickerEvent parameter.

Class Hierarchy¶

Inheritance diagram for class

FileDirPickerEvent

:

Methods Summary¶

__init__

GetPath

Retrieve the absolute path of the file/directory the user has just selected.

SetPath

Set the absolute path of the file/directory associated with the event.

Properties Summary¶ Class API¶
class wx.FileDirPickerEvent(CommandEvent)¶

Possible constructors:

FileDirPickerEvent() -> None

FileDirPickerEvent(type, generator, id, path) -> None

This event class is used for the events generated by FilePickerCtrl and by DirPickerCtrl.


Methods¶
__init__(self, *args, **kw)¶

Overloaded Implementations:

__init__ (self)

Return type:

None

__init__ (self, type, generator, id, path)

The constructor is not normally used by the user code.

Parameters:
  • type (wx.EventType)

  • generator (wx.Object)

  • id (int)

  • path (string)

Return type:

None



GetPath(self)¶

Retrieve the absolute path of the file/directory the user has just selected.

Return type:

str


SetPath(self, path)¶

Set the absolute path of the file/directory associated with the event.

Parameters:

path (string)

Return type:

None


Properties¶
Path¶

See GetPath and SetPath


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4