AGW Logo

agw_title FileDirDialogHandler

Supports saving/restoring a wx.DirDialog / wx.FileDialog path.

This class handles the following wxPython widgets:

  • wx.DirDialog;
  • wx.FileDialog.

hierarchy Inheritance Diagram

Inheritance diagram for: FileDirDialogHandler

Inheritance diagram of FileDirDialogHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class FileDirDialogHandler(TLWHandler, FileDirPickerHandler)[source]

Supports saving/restoring a wx.DirDialog / wx.FileDialog path.

This class handles the following wxPython widgets:



__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

DatePickerHandler

Next topic

FileDirPickerHandler