.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2018 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.nvdlg
.. highlight:: python
.. _wx.lib.nvdlg._TransferValidator:
==========================================================================================================================================
|phoenix_title| **wx.lib.nvdlg._TransferValidator**
==========================================================================================================================================
This validator is used to transfer values to/from the widgets and
attributes of the dialog.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
_TransferValidator:
|
|super_classes| Known Superclasses
==================================
:class:`wx.core.Validator`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.nvdlg._TransferValidator.__init__`
:meth:`~wx.lib.nvdlg._TransferValidator.Clone`
:meth:`~wx.lib.nvdlg._TransferValidator.TransferFromWindow`
:meth:`~wx.lib.nvdlg._TransferValidator.TransferToWindow`
:meth:`~wx.lib.nvdlg._TransferValidator.Validate`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: _TransferValidator(wx.PyValidator)
This validator is used to transfer values to/from the widgets and
attributes of the dialog.
.. method:: __init__(self, name)
.. method:: Clone(self)
.. method:: TransferFromWindow(self)
.. method:: TransferToWindow(self)
.. method:: Validate(self, win)