Text Buttons
using Fugl
function MyApp()
Container(
TextButton("Some Text", on_click=() -> println("Clicked"))
)
end
screenshot(MyApp, "textButton.png", 400, 150);
using Fugl
function MyApp()
Container(
TextButton("Some Text", on_click=() -> println("Clicked"))
)
end
screenshot(MyApp, "textButton.png", 400, 150);
Settings
This document was generated with Documenter.jl version 1.14.1 on Sunday 13 July 2025. Using Julia version 1.11.6.