SourceClass SizedAtomLayout
from egui import SizedAtomLayoutclass SizedAtomLayout:SizedAtomLayout was split into SizedWidgetAtom (id, sense) and SizedContainerAtom
(the measured contents). SizedWidgetAtom is the direct replacement.
from egui import SizedAtomLayoutclass SizedAtomLayout:SizedAtomLayout was split into SizedWidgetAtom (id, sense) and SizedContainerAtom
(the measured contents). SizedWidgetAtom is the direct replacement.
@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§def atoms(self, /) -> list[SizedAtom]§def kinds(self, /) -> list[SizedAtomKind]§def paint_at(self, /, ui: Ui, rect: Rect, response: Response) -> AtomLayoutResponse§