Liking cljdoc? Tell your friends :D
Clojure only.

strigui.button


buttonclj

(button canvas name text args)

canvas - clojure2d canvas name - name of the button text - text displayed inside the button args - map of properties: x - x coordinate of top left corner y - y coordinate of top left corner color - vector consisting of [background-color font-color] min-width - the minimum width

canvas - clojure2d canvas
name - name of the button
text - text displayed inside the button
args - map of properties:
   x - x coordinate of top left corner
   y - y coordinate of top left corner
   color - vector consisting of [background-color font-color]
   min-width - the minimum width
sourceraw docstring

Buttonclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close