S or /

Class TopBottomPanel

from egui import TopBottomPanel
class TopBottomPanel:

Methods§

@staticmethod def bottom(id: str) -> TopBottomPanel§
def default_height(self, /, height: float) -> TopBottomPanel§
def default_size(self, /, height: float) -> TopBottomPanel§
def default_width(self, /, width: float) -> TopBottomPanel§
def exact_height(self, /, height: float) -> TopBottomPanel§
def exact_size(self, /, height: float) -> TopBottomPanel§
def exact_width(self, /, width: float) -> TopBottomPanel§
def frame(self, /, frame: Frame) -> TopBottomPanel§
def height_range(self, /, min: float, max: float) -> TopBottomPanel§
def max_height(self, /, height: float) -> TopBottomPanel§
def max_size(self, /, height: float) -> TopBottomPanel§
def max_width(self, /, width: float) -> TopBottomPanel§
def min_height(self, /, height: float) -> TopBottomPanel§
def min_size(self, /, height: float) -> TopBottomPanel§
def min_width(self, /, width: float) -> TopBottomPanel§
def resizable(self, /, resizable: bool) -> TopBottomPanel§
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) -> TopBottomPanel§
def size_range(self, /, min: float, max: float) -> TopBottomPanel§
@staticmethod def top(id: str) -> TopBottomPanel§
def width_range(self, /, min: float, max: float) -> TopBottomPanel§