S or /

SourceClass OpenUrl

from egui import OpenUrl
class OpenUrl:

What URL to open, and how.

Use with egui.Context.open_url.

Properties§

@property def new_tab_value(self, /) -> bool§
@new_tab_value.setter def new_tab_value(self, /, new_tab: bool) -> None§
@property def url(self, /) -> str§
@url.setter def url(self, /, url: str) -> None§

Methods§

Source@staticmethod def new_tab(url: str) -> OpenUrl§
Source@staticmethod def same_tab(url: str) -> OpenUrl§