You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Update the widget's content area with new text or Rich renderable.
88
+
"""Update the widget's content area with a string, a Visual (such as [Content][textual.content.Content]), or a [Rich renderable](https://rich.readthedocs.io/en/latest/protocol.html).
81
89
82
90
Args:
83
91
content: New content.
84
-
layout: Also perform a layout operation (set to `False` if you are certain the size won't change.)
92
+
layout: Also perform a layout operation (set to `False` if you are certain the size won't change).
0 commit comments