-
Notifications
You must be signed in to change notification settings - Fork 88
glgui label
Chris Petersen edited this page Oct 16, 2014
·
7 revisions
glgui-label create a Label widget from a string
| Parameter | Description |
|---|---|
| g | The Graphical User Interface (GUI) belonging to this widget |
| x | The lower left corner along the x-axis in pixels |
| y | The lower left corner along the y-axis in pixels |
| w | The width of the element in pixels |
| h | The height of the element in pixels |
| label | The string for label |
| fnt | The font used to render the label string |
| color | The widget color |
| bgcolor | Optional: The widget background color |
Example1: Create a cyan colored label that says "100". The widget should have the following specification x=10, x=25, w=40, h=60. It requires a numerics font libary in size 64 to work.
(glgui-label mygui 10 25 40 60 "100" num64.fnt Cyan)
-
- 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