.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 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.deprecated. Object
:meth:`~wx.lib.nvdlg._TransferValidator.TransferFromWindow` TransferFromWindow() -> bool
:meth:`~wx.lib.nvdlg._TransferValidator.TransferToWindow` TransferToWindow() -> bool
:meth:`~wx.lib.nvdlg._TransferValidator.Validate` Validate(parent : Window) -> bool
================================================================================ ================================================================================
|
|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)
Initialize self. See help(type(self)) for accurate signature.
.. method:: Clone(self)
Clone() -> Object
All validator classes must implement the Clone() function, which
returns an identical copy of itself.
.. method:: TransferFromWindow(self)
TransferFromWindow() -> bool
This overridable function is called when the value in the window must
be transferred to the validator.
.. method:: TransferToWindow(self)
TransferToWindow() -> bool
This overridable function is called when the value associated with the
validator must be transferred to the window.
.. method:: Validate(self, win)
Validate(parent : Window) -> bool
This overridable function is called when the value in the associated
window must be validated.