S or /

SourceClass AtomLayout

from egui import AtomLayout
class AtomLayout:

AtomLayout was split into WidgetAtom (id, sense, allocation) and ContainerAtom (layout & painting). WidgetAtom is the direct replacement.

Methods§

def align2(self, /, align2: Align2) -> AtomLayout§
def direction(self, /, direction: Direction) -> AtomLayout§
def fallback_text_color(self, /, color: Color32) -> AtomLayout§
def frame(self, /, frame: Frame) -> AtomLayout§
def gap(self, /, gap: float) -> AtomLayout§
def id(self, /, id: Id) -> AtomLayout§
def max_height(self, /, height: float) -> AtomLayout§
def max_size(self, /, size: Vec2) -> AtomLayout§
def max_width(self, /, width: float) -> AtomLayout§
def measure(self, /, ui: Ui, available_size: Vec2) -> SizedAtomLayout§
def min_size(self, /, size: Vec2) -> AtomLayout§
def selectable(self, /, selectable: bool) -> AtomLayout§
def sense(self, /, sense: Sense) -> AtomLayout§
def show(self, /, ui: Ui) -> AtomLayoutResponse§
def wrap_mode(self, /, wrap_mode: TextWrapMode) -> AtomLayout§