.. 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.agw.thumbnailctrl .. highlight:: python .. _wx.lib.agw.thumbnailctrl.ScrolledTextDialog: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.thumbnailctrl.ScrolledTextDialog** ========================================================================================================================================== :class:`ScrolledTextDialog` is a dialog widget which displays a scrolled text box and OK/CANCEL buttons. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class ScrolledTextDialog:
| |super_classes| Known Superclasses ================================== :class:`wx.Dialog` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.thumbnailctrl.ScrolledTextDialog.__init__` Initialize self. See help(type(self)) for accurate signature. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: ScrolledTextDialog(wx.Dialog) :class:`ScrolledTextDialog` is a dialog widget which displays a scrolled text box and OK/CANCEL buttons. .. method:: __init__(self, parent, title="Title", msg="Message") Initialize self. See help(type(self)) for accurate signature.