This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
x/textbox.go
2023-07-02 02:52:14 -04:00

9 lines
125 B
Go

package x
import "git.tebibyte.media/tomo/tomo"
func (backend *Backend) NewTextBox() tomo.TextBox {
// TODO
return nil
}