A file control event holds information about events associated with wx.FileCtrl objects.
Events Emitted by this Class¶Handlers bound for the following event types will receive a wx.FileCtrlEvent parameter.
EVT_FILECTRL_FILEACTIVATED: The user activated a file(by double-clicking or pressing Enter)
EVT_FILECTRL_SELECTIONCHANGED: The user changed the current selection(by selecting or deselecting a file)
EVT_FILECTRL_FOLDERCHANGED: The current folder of the file control has been changed
EVT_FILECTRL_FILTERCHANGED: The current file filter of the file control has been changed
Inheritance diagram for class
FileCtrlEvent:
Methods Summary¶ Properties Summary¶ Class API¶Possible constructors:
FileCtrlEvent(type, evtObject, id) -> None
A file control event holds information about events associated with FileCtrl objects.
Constructor.
type (wx.EventType)
evtObject (wx.Object)
id (int)
None
Returns the current directory.
In case of a EVT_FILECTRL_FOLDERCHANGED
, this method returns the new directory.
str
Returns the file selected (assuming it is only one file).
str
Returns the files selected.
In case of a EVT_FILECTRL_SELECTIONCHANGED
, this method returns the files selected after the event.
List[str]
Returns the current file filter index.
For a EVT_FILECTRL_FILTERCHANGED
event, this method returns the new file filter index.
int
Added in version 2.9.1.
Sets the directory of this event.
directory (string)
None
Sets the files changed by this event.
files (list of strings)
None
Sets the filter index changed by this event.
index (int)
None
Added in version 2.9.1.
See GetDirectory
and SetDirectory
See GetFile
See GetFilterIndex
and SetFilterIndex
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