mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add a docstring for HeaderIcon.icon
This commit is contained in:
@@ -19,7 +19,9 @@ class HeaderIcon(Widget):
|
|||||||
content-align: left middle;
|
content-align: left middle;
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
icon = Reactive("⭘")
|
icon = Reactive("⭘")
|
||||||
|
"""The character to use as the icon within the header."""
|
||||||
|
|
||||||
def render(self):
|
def render(self):
|
||||||
return self.icon
|
return self.icon
|
||||||
|
|||||||
Reference in New Issue
Block a user