-
Notifications
You must be signed in to change notification settings - Fork 86
make glgui
Peter Lewis edited this page Feb 11, 2022
·
2 revisions
make-glgui creates GUI object to add widgets
Parameter | Description |
---|---|
offset | Optional: The first value specifies the lower left corner along the x-axis in pixels, the second value specifies the lower left corner along the y-axis in pixels |
Example1: The most common way a gui is made in LambdaNative apps
(set! gui (make-glgui))
Example 2: Make a gui where the reference coordinates start at global x=60 and y=20;
(set! gui (make-glgui 60 20))
-
- 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