mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Flesh out the HeaderIcon.render docstring
This commit is contained in:
@@ -25,6 +25,11 @@ class HeaderIcon(Widget):
|
||||
"""The character to use as the icon within the header."""
|
||||
|
||||
def render(self) -> RenderResult:
|
||||
"""Render the header icon.
|
||||
|
||||
Returns:
|
||||
The value to render.
|
||||
"""
|
||||
return self.icon
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user