S or /

SourceClass TextCursorStyle

from egui import TextCursorStyle
class TextCursorStyle:

Look and feel of the text cursor.

Properties§

@property def off_duration(self, /) -> float§
@off_duration.setter def off_duration(self, /, off_duration: float) -> None§
@property def on_duration(self, /) -> float§
@on_duration.setter def on_duration(self, /, on_duration: float) -> None§
@property def preview(self, /) -> bool§
@preview.setter def preview(self, /, preview: bool) -> None§
@property def stroke(self, /) -> Stroke§
@stroke.setter def stroke(self, /, stroke: Stroke) -> None§

Methods§

@staticmethod def default() -> TextCursorStyle§