pull/35546/head
Shane Smiskol 6 days ago
parent 4cc6e66509
commit 17f3b15b84
  1. 2
      system/ui/lib/widget.py

@ -59,7 +59,7 @@ class Widget(abc.ABC):
"""Render the widget within the given rectangle.""" """Render the widget within the given rectangle."""
def _update_state(self): def _update_state(self):
"""Optionally update the widget's internal state. This is called before rendering.""" """Optionally update the widget's non-layout state. This is called before rendering."""
def _update_layout_rects(self) -> None: def _update_layout_rects(self) -> None:
"""Optionally update any layout rects on Widget rect change.""" """Optionally update any layout rects on Widget rect change."""

Loading…
Cancel
Save