.. 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

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>ScrolledTextDialog</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.lib.agw.thumbnailctrl.ScrolledTextDialog_inheritance.png" alt="Inheritance diagram of ScrolledTextDialog" usemap="#dummy" class="inheritance"/></center>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.agw.thumbnailctrl.ScrolledTextDialog.html" title="wx.lib.agw.thumbnailctrl.ScrolledTextDialog" alt="" coords="5,547,312,576"/> <area shape="rect" id="node2" href="wx.Dialog.html" title="wx.Dialog" alt="" coords="115,469,202,499"/> <area shape="rect" id="node3" href="wx.TopLevelWindow.html" title="wx.TopLevelWindow" alt="" coords="81,392,236,421"/> <area shape="rect" id="node4" href="wx.NonOwnedWindow.html" title="wx.NonOwnedWindow" alt="" coords="75,315,243,344"/> <area shape="rect" id="node5" href="wx.Window.html" title="wx.Window" alt="" coords="110,237,207,267"/> <area shape="rect" id="node6" href="wx.WindowBase.html" title="wx.WindowBase" alt="" coords="94,160,223,189"/> <area shape="rect" id="node7" href="wx.EvtHandler.html" title="wx.EvtHandler" alt="" coords="100,83,217,112"/> <area shape="rect" id="node8" href="wx.Object.html" title="wx.Object" alt="" coords="55,5,142,35"/> <area shape="rect" id="node9" href="wx.Trackable.html" title="wx.Trackable" alt="" coords="167,5,273,35"/> </map> 
   </p>
   </div>

|


|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.


