SourceEnum HandleShape
from egui import HandleShapeHandleShape.CircleShape of the handle for sliders and similar widgets.
from egui import HandleShapeHandleShape.CircleShape of the handle for sliders and similar widgets.
HandleShape.Circle Enum value§@property
def aspect_ratio(self, /) -> float |None§@aspect_ratio.setter
def aspect_ratio(self, /, aspect_ratio: float |None) -> None§@staticmethod
def Rect(aspect_ratio: float) -> HandleShape§def is_circle(self, /) -> bool§def is_rect(self, /) -> bool§def ui(self, /, ui: Ui) -> None§