Skip to content

Index of Module uiform

Matthias Görges edited this page Mar 11, 2015 · 21 revisions

Module: uiform

The uiform module provides a form-driven universal widget. Examples for its use can be found in the LNhealth application.

Functions in this module:

Function Short Description
(dbclear id)
(dbget id . optdef)
(dbload file key)
(dbsave file key db)
(dbset id val)
(glgui-uiform g x y w h) Add a uiform widget to a gui
(sa-database->file t file)
(sa-file->database file)
(sane id saneproc missingmsg invalidmsg)
(stclear id)
(stget id . optdef)
(stgetnclear id . optdef)
(stset id val)
(uiclear id)
(uiform-db-listinsert! id element)
(uiform-db-listremove! id element)
(uiget id . optdef)
(uiset id val)
(xxclear location . args)
(xxget location . args)
(xxset location . args)

GUI elements in this module

| Name | Short Description | | spacer | | | image | | | label | | | textentry | | | timeentry | | | button | | | progress | | | dmencode | | | dmdecode | | | camera | | | radiobox | | | checkbox | | | dropdown | | | list | | | checklist | | | graph | |

Clone this wiki locally