Liking cljdoc? Tell your friends :D

strigui.core


buttonclj

(button name text args)

name - name of the element text - text displayed inside the button args - map of: 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

name - name of the element
text - text displayed inside the button
args - map of:
   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

find-by-nameclj

(find-by-name name)
source

infoclj

(info text)
source

inputclj

(input name text args)

name - name of the element text - text displayed inside the button args - map of: 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

name - name of the element
text - text displayed inside the button
args - map of:
  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

labelclj

(label name text args)

name - name of the element text - text displayed inside the button args - map of: x - x coordinate of top left corner y - y coordinate of top left corner color - vector consisting of [font-color] align - vector consisting of either :right :center :left font-style - vector consisting of either :bold :italic :italic-bold font-size - number

name - name of the element
text - text displayed inside the button
args - map of:
  x - x coordinate of top left corner
  y - y coordinate of top left corner
  color - vector consisting of [font-color]
  align - vector consisting of either :right :center :left
  font-style - vector consisting of either :bold :italic :italic-bold
  font-size - number
sourceraw docstring

remove!clj

(remove! name)
source

stacksclj

(stacks name item-list args)

name - name of the elemnt item-list - list consisting of the number of items on each stack for example: (5 4 5) for 3 stacks with 5 on the 1st, 4 on the 2nd and 5 and the last stack args - map of: x - x coordinate of top left corner y - y coordinate of top left corner

name - name of the elemnt
item-list - list consisting of the number of
            items on each stack for example:
            (5 4 5) for 3 stacks with 5 on the 1st,
              4 on the 2nd and 5 and the last stack
args - map of:
  x - x coordinate of top left corner
  y - y coordinate of top left corner
sourceraw docstring

update!clj

(update! name key value)
source

windowclj

(window width height)
source

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

× close