S or /

SourceEnum PopupKind

from egui import PopupKind
PopupKind.Menu
PopupKind.Popup
PopupKind.Tooltip

Is the popup a popup, tooltip or menu?

Variants§

PopupKind.Tooltip Enum value§

Methods§

Sourcedef order(self, /) -> Order§

Returns the order to be used with this kind.