AGW Logo

agw_title FileDirPickerHandler

Supports saving/restoring a wx.FilePickerCtrl / wx.DirPickerCtrl path.

This class handles the following wxPython widgets:

  • wx.FilePickerCtrl;
  • wx.DirPickerCtrl.

hierarchy Inheritance Diagram

Inheritance diagram for: FileDirPickerHandler

Inheritance diagram of FileDirPickerHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class FileDirPickerHandler(AbstractHandler)[source]

Supports saving/restoring a wx.FilePickerCtrl / wx.DirPickerCtrl path.

This class handles the following wxPython widgets:



__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

FileDirDialogHandler

Next topic

FileHistoryHandler