.. 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.masked.textctrl
.. highlight:: python
.. _wx.lib.masked.textctrl.PreMaskedTextCtrl:
==========================================================================================================================================
|phoenix_title| **wx.lib.masked.textctrl.PreMaskedTextCtrl**
==========================================================================================================================================
This class exists to support the use of XRC subclassing.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
PreMaskedTextCtrl:
|
|super_classes| Known Superclasses
==================================
:class:`wx.lib.masked.maskededit.MaskedEditAccessorsMixin`, :class:`wx.lib.masked.textctrl.BaseMaskedTextCtrl`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.masked.textctrl.PreMaskedTextCtrl.__init__` Default class constructor.
:meth:`~wx.lib.masked.textctrl.PreMaskedTextCtrl.OnCreate`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: PreMaskedTextCtrl( BaseMaskedTextCtrl, MaskedEditAccessorsMixin )
This class exists to support the use of XRC subclassing.
.. method:: __init__(self)
Default class constructor.
:param wx.Window `parent`: the window parent. Must not be ``None``;
:param integer `id`: window identifier. A value of -1 indicates a default value;
:param string `value`: value to be shown;
:param `pos`: the control position. A value of (-1, -1) indicates a default position,
chosen by either the windowing system or wxPython, depending on platform;
:type `pos`: tuple or :class:`wx.Point`
:param `size`: the control size. A value of (-1, -1) indicates a default size,
chosen by either the windowing system or wxPython, depending on platform;
:param integer `style`: the window style;
:param wx.Validator `validator`: this is mainly provided for data-transfer, as control does
its own validation;
:param string `name`: the window name;
:param boolean `setupEventHandling`: setup event handling by default.
.. method:: OnCreate(self, evt)