S or /

SourceClass TextEditOutput

from egui import TextEditOutput
class TextEditOutput:

The output from a TextEdit.

Properties§

@property def atom_response(self, /) -> AtomLayoutResponse§
@property def cursor_range(self, /) -> CCursorRange |None§
@property def galley(self, /) -> Galley§
@property def galley_pos(self, /) -> Pos2§
@property def response(self, /) -> Response§
@property def state(self, /) -> TextEditState§
@property def text_clip_rect(self, /) -> Rect§