S or /

SourceClass AtomLayoutResponse

from egui import AtomLayoutResponse
class AtomLayoutResponse:

Renamed to WidgetAtomResponse.

Properties§

@property def response(self, /) -> Response§

Methods§

def custom_rect(self, /, id: Id) -> Rect |None§
def custom_rect_count(self, /) -> int§
def custom_rects(self, /) -> list[tuple[int, Rect]]§
def rect(self, /, id: Id) -> Rect |None§