phoenix_title wx.lib.nvdlg.SimpleNameValueDialog

Dialog() Dialog(parent, id=ID_ANY, title=””, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_DIALOG_STYLE, name=DialogNameStr)

A dialog box is a window with a title bar and sometimes a system menu, which can be moved around the screen.


class_hierarchy Class Hierarchy

Inheritance diagram for class SimpleNameValueDialog:

super_classes Known Superclasses

wx.Dialog


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

clearValues

createFields

destroyFields

loadValues


api Class API

class SimpleNameValueDialog(wx.Dialog)

Dialog() Dialog(parent, id=ID_ANY, title=””, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_DIALOG_STYLE, name=DialogNameStr)

A dialog box is a window with a title bar and sometimes a system menu, which can be moved around the screen.


Methods

__init__(self, parent, id=-1, title="", pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.DEFAULT_DIALOG_STYLE, fields=[], initialValues=None, captionTitle="", captionDescr="")

Initialize self. See help(type(self)) for accurate signature.



clearValues(self)


createFields(self, fields)


destroyFields(self)


loadValues(self, values)