summaryrefslogtreecommitdiff
path: root/rotord/src/nodes_drawing.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-12-10 16:03:54 +0000
committerTim Redfern <tim@eclectronics.org>2013-12-10 16:03:54 +0000
commitd3561183fbc59f8f907d2445f380a6a8a0f560d0 (patch)
tree546c795458762b75ba8ddd432a251a1543761461 /rotord/src/nodes_drawing.h
parentc2cd92d57457c30c8d66cb2c589191a3bb950f7d (diff)
Control node template
Diffstat (limited to 'rotord/src/nodes_drawing.h')
-rw-r--r--rotord/src/nodes_drawing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/nodes_drawing.h b/rotord/src/nodes_drawing.h
index f2ed0ae..cbc8702 100644
--- a/rotord/src/nodes_drawing.h
+++ b/rotord/src/nodes_drawing.h
@@ -128,8 +128,8 @@ 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"});
NODEID="22b47bea-52a9-11e3-b2b3-74d02b29f6a6";
- UItype="text";
};
UI_text(map<string,string> &settings):UI_text() {
base_settings(settings);