S or /

SourceClass Strip

from egui import Strip
class Strip:

A Strip of cells which go in one direction. Each cell has a fixed size. In contrast to normal egui behavior, strip cells do not grow with its children!

Methods§

Sourcedef cell(self, /) -> Any§

Add cell contents.

Sourcedef empty(self, /) -> None§

Add an empty cell.

Sourcedef strip(self, /) -> Any§

Add a strip as cell.