SourceClass TextEditOutput
from egui import TextEditOutputclass TextEditOutput:The output from a TextEdit.
from egui import TextEditOutputclass TextEditOutput:The output from a TextEdit.
@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§