- 
                Notifications
    You must be signed in to change notification settings 
- Fork 88
glgui widget add
        Chris Petersen edited this page Oct 16, 2014 
        ·
        1 revision
      
    glgui-widget-add adds a widget to a GUI object.
| Parameter | Description | 
|---|---|
| g | Graphical User Interface (GUI) for this widget | 
| args | Optional: Set of parameters such as 'x, 'y, 'w, 'h, 'callback, 'font, 'image, and 'color | 
Example 1: This example demonstrates the use of (glgui-widget-add) in a procedure definition of (glgui-box g x y w h c)
(define (glgui-box g x y w h c)
  (glgui-widget-add g
   'x x
   'y y
   'w w
   'h h
   'rounded #f
   'callback #f
   'color c
   'hidden #f
   'armed #f
   'draw-handle  glgui:box-draw
   'input-handle glgui:box-input
))
- 
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip