S or /

SourceClass SizedAtomLayout

from egui import SizedAtomLayout
class SizedAtomLayout:

SizedAtomLayout was split into SizedWidgetAtom (id, sense) and SizedContainerAtom (the measured contents). SizedWidgetAtom is the direct replacement.

Properties§

@property def fallback_text_color(self, /) -> Color32§
@fallback_text_color.setter def fallback_text_color(self, /, color: Color32) -> None§
@property def frame(self, /) -> Frame§
@frame.setter def frame(self, /, frame: Frame) -> None§

Methods§

def atoms(self, /) -> list[SizedAtom]§
def kinds(self, /) -> list[SizedAtomKind]§
def paint_at(self, /, ui: Ui, rect: Rect, response: Response) -> AtomLayoutResponse§