Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.
Dima Marhitych edited this page Oct 17, 2023 · 3 revisions

Api to draw module

Import it like this:

import (
    "github.com/dimkauzh/webzen/src/ui"
)

Functions

func NewButton(text string, textSize int, x, y, width, height float64, clickCallback func())

Clone this wiki locally