SourceClass OpenUrl
from egui import OpenUrlclass OpenUrl:What URL to open, and how.
Use with egui.Context.open_url.
from egui import OpenUrlclass OpenUrl:What URL to open, and how.
Use with egui.Context.open_url.
@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§@staticmethod
def new_tab(url: str) -> OpenUrl§@staticmethod
def same_tab(url: str) -> OpenUrl§