S or /

Class SidePanel

from egui import SidePanel
class SidePanel:

Methods§

def default_height(self, /, height: float) -> SidePanel§
def default_size(self, /, width: float) -> SidePanel§
def default_width(self, /, width: float) -> SidePanel§
def exact_height(self, /, height: float) -> SidePanel§
def exact_size(self, /, width: float) -> SidePanel§
def exact_width(self, /, width: float) -> SidePanel§
def frame(self, /, frame: Frame) -> SidePanel§
def height_range(self, /, min: float, max: float) -> SidePanel§
@staticmethod def left(id: str) -> SidePanel§
def max_height(self, /, height: float) -> SidePanel§
def max_size(self, /, width: float) -> SidePanel§
def max_width(self, /, width: float) -> SidePanel§
def min_height(self, /, height: float) -> SidePanel§
def min_size(self, /, width: float) -> SidePanel§
def min_width(self, /, width: float) -> SidePanel§
def resizable(self, /, resizable: bool) -> SidePanel§
@staticmethod def right(id: str) -> SidePanel§
def show(self, /, ctx: Context) -> Any§
def show_animated(self, /, ctx: Context, is_expanded: bool) -> Any§
def show_animated_inside(self, /, is_expanded: bool) -> Any§
def show_inside(self, /) -> Any§
def show_separator_line(self, /, show_separator_line: bool) -> SidePanel§
def size_range(self, /, min: float, max: float) -> SidePanel§
def width_range(self, /, min: float, max: float) -> SidePanel§