.. 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.py.frame .. highlight:: python .. _wx.py.frame.EditStartupScriptDialog: ========================================================================================================================================== |phoenix_title| **wx.py.frame.EditStartupScriptDialog** ========================================================================================================================================== 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 ================================= .. raw:: html
Inheritance diagram for class EditStartupScriptDialog:
| |super_classes| Known Superclasses ================================== :class:`wx.Dialog` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.py.frame.EditStartupScriptDialog.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.py.frame.EditStartupScriptDialog.GetText` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: EditStartupScriptDialog(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. .. method:: __init__(self, parent, fileName, text) Initialize self. See help(type(self)) for accurate signature. .. method:: GetText(self)