SourceClass Link
from egui import Linkclass Link:Clickable text, that looks like a hyperlink.
To link to a web page, use Hyperlink, Ui.hyperlink or Ui.hyperlink_to.
See also Ui.link.
from egui import Linkclass Link:Clickable text, that looks like a hyperlink.
To link to a web page, use Hyperlink, Ui.hyperlink or Ui.hyperlink_to.
See also Ui.link.
@staticmethod
def from_widget_text(text: WidgetText) -> Link§def show(self, /, ui: Ui) -> Response§