diff options
author | Tectu <joel@unormal.org> | 2012-06-26 21:17:50 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-26 21:17:50 +0200 |
commit | f4917beb6a491ed061e1daa3d41ce913be1e6acd (patch) | |
tree | 2b461591bd502777a1ad17d9add0f9980a03e68f /gui.h | |
parent | cc7943305eab42fd6f687a4dda1f19857ae0efb7 (diff) | |
download | uGFX-f4917beb6a491ed061e1daa3d41ce913be1e6acd.tar.gz uGFX-f4917beb6a491ed061e1daa3d41ce913be1e6acd.tar.bz2 uGFX-f4917beb6a491ed061e1daa3d41ce913be1e6acd.zip |
added different GUI elements
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ static struct guiNode_t { extern "C" { #endif -enum {button}; +enum {button, slider, keymatrix}; enum {horizontal, vertical}; enum {inactive, active}; |