.. 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.SimpleNameValueDialog:
==========================================================================================================================================
|phoenix_title| **wx.lib.nvdlg.SimpleNameValueDialog**
==========================================================================================================================================
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
SimpleNameValueDialog:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Dialog`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.nvdlg.SimpleNameValueDialog.__init__`
:meth:`~wx.lib.nvdlg.SimpleNameValueDialog.clearValues`
:meth:`~wx.lib.nvdlg.SimpleNameValueDialog.createFields`
:meth:`~wx.lib.nvdlg.SimpleNameValueDialog.destroyFields`
:meth:`~wx.lib.nvdlg.SimpleNameValueDialog.loadValues`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: SimpleNameValueDialog(wx.Dialog)
.. method:: __init__(self, parent, id=-1, title="", pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.DEFAULT_DIALOG_STYLE, fields=[], initialValues=None, captionTitle="", captionDescr="")
.. method:: clearValues(self)
.. method:: createFields(self, fields)
.. method:: destroyFields(self)
.. method:: loadValues(self, values)