1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
:class:`TextBox2`
-----------------
Attributes
==========
.. currentmodule:: psychopy.visual
.. autosummary::
TextBox2
**The following `set______()` attributes all have equivalent `get______()`
attributes:**
.. autosummary::
TextBox2.text
TextBox2.alignment
TextBox2.hasFocus
TextBox2.overlaps
TextBox2.contains
TextBox2.clear
TextBox2.reset
TextBox2.font
TextBox2.height
TextBox2.anchor
TextBox2.bold
TextBox2.editable
TextBox2.padding
TextBox2.size
TextBox2.pos
TextBox2.units
TextBox2.draw
Details
=======
.. autoclass:: TextBox2
:members:
:undoc-members:
:inherited-members:
|