We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e38ab commit 777e872Copy full SHA for 777e872
visualdialog/dialog.py
@@ -35,6 +35,9 @@
35
36
class DialogBox(TextBox):
37
"""This class provides methods and attributs to manage a dialog box.
38
+
39
+ Keyword arguments correspond to the instance attributes of ``TextBox``,
40
+ documented below.
41
42
:param end_dialog_indicator: Character that will be displayed in the
43
lower right corner the character once all the characters have
@@ -45,9 +48,6 @@ class DialogBox(TextBox):
45
48
46
49
.. NOTE::
47
50
This class inherits all the methods and attributes of ``TextBox``.
- You can pass all the arguments of the ``TextBox`` class to
- ``DialogBox``.
- See ``TextBox`` documentation for more informations.
51
52
.. WARNING::
53
Parameters ``downtime_chars`` and ``downtime_chars_delay`` do
0 commit comments