diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-12-11 14:12:48 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-12-11 14:12:48 +0000 |
| commit | 1bae3f889b11933353d4ef31c692c9b7cb9f5047 (patch) | |
| tree | 0f3e97e82d861482bd3b6f37e47dc718c8842ab2 /rotord/src/nodes_drawing.h | |
| parent | 328453e61a8992729c0ecc661ad324b63af6b41d (diff) | |
prototypes for UI number types
Diffstat (limited to 'rotord/src/nodes_drawing.h')
| -rw-r--r-- | rotord/src/nodes_drawing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/nodes_drawing.h b/rotord/src/nodes_drawing.h index cbc8702..ec70b96 100644 --- a/rotord/src/nodes_drawing.h +++ b/rotord/src/nodes_drawing.h @@ -128,7 +128,7 @@ namespace Rotor { title="UI_text"; description="Draws text entered by the user"; create_attribute("text","Text to draw","Text","hello, world!"); - create_attribute("UItype" "UI type","UI type to use","text",{"text"}); + UItype="text"; NODEID="22b47bea-52a9-11e3-b2b3-74d02b29f6a6"; }; UI_text(map<string,string> &settings):UI_text() { |
