 wx.lib.agw.persist.persist_handlers¶
 wx.lib.agw.persist.persist_handlers¶This module contains different classes which handle different kind of saving/restoring actions depending on the widget kind.
 Functions Summary¶
 Functions Summary¶| Creates a tuple of 7  | |
| Finds a suitable handler for the input Persistent Object depending on the | |
| Is there a suitable handler for this control | |
| Transforms a datetime.date object into a  | |
| Transforms a  | 
 Classes Summary¶
 Classes Summary¶| Base class for persistent windows, uses the window name as persistent name by | |
| Supports saving/restoring  | |
| Supports saving/restoring book control selection. | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring checked and selected items in  | |
| Supports saving/restoring  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring of  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring selected items in  | |
| Supports saving/restoring selected items and column sizes in  | |
| Supports saving/restoring a  | |
| Supports saving/restoring the  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | |
| Supports saving/restoring window position and size as well as | |
| Supports saving/restoring a  | |
| Supports saving/restoring the  | |
| Supports saving/restoring open tree branches. | |
| Supports saving/restoring a  | |
| Supports saving/restoring a  | 
Finds a suitable handler for the input Persistent Object depending on the widget kind.
pObject – an instance of PersistentObject class.
Is there a suitable handler for this control
control – the control instance to check if a handler for it exists.
Transforms a datetime.date object into a DateTime one.
date – a datetime.date object.
Transforms a DateTime object into a datetime.date one.
date – a DateTime object.