aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2015-03-22 17:51:26 +1000
committerDavid Walter Seikel2015-03-22 17:51:26 +1000
commitb64cbd03b5a0d26eaf5bc9fbe58d76f58831cadb (patch)
tree8cd919f578b0ccca11fe037c3e03c0b11567e8b2
parentComment about not using locals in actions. (diff)
downloadSledjHamr-b64cbd03b5a0d26eaf5bc9fbe58d76f58831cadb.zip
SledjHamr-b64cbd03b5a0d26eaf5bc9fbe58d76f58831cadb.tar.gz
SledjHamr-b64cbd03b5a0d26eaf5bc9fbe58d76f58831cadb.tar.bz2
SledjHamr-b64cbd03b5a0d26eaf5bc9fbe58d76f58831cadb.tar.xz
Comment out markers around commented out code.
-rw-r--r--src/GuiLua/GuiLua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GuiLua/GuiLua.c b/src/GuiLua/GuiLua.c
index 57fa09c..cb8d070 100644
--- a/src/GuiLua/GuiLua.c
+++ b/src/GuiLua/GuiLua.c
@@ -400,11 +400,11 @@ printf("**********************require GuiLua\n");
400//thingasm{'window', 'The size and title of the application Frame.', window, 'x,y,name', acl='GGG'} 400//thingasm{'window', 'The size and title of the application Frame.', window, 'x,y,name', acl='GGG'}
401 push_lua(L, "@ ( { = $ $ & $ $acl } )", skang, THINGASM, skang, "Cwindow", "Opens our window.", window, "string,number,number,string", "GGG", 0); 401 push_lua(L, "@ ( { = $ $ & $ $acl } )", skang, THINGASM, skang, "Cwindow", "Opens our window.", window, "string,number,number,string", "GGG", 0);
402 push_lua(L, "@ ( = $ $ & )", skang, THINGASM, skang, "clear", "The current skin is cleared of all widgets.", clear, 0); 402 push_lua(L, "@ ( = $ $ & )", skang, THINGASM, skang, "clear", "The current skin is cleared of all widgets.", clear, 0);
403PD("GuiLua 2"); 403//PD("GuiLua 2");
404// TODO - This one crashes sometimes. Figure out why later. 404// TODO - This one crashes sometimes. Figure out why later.
405// push_lua(L, "@ ( = $ $ & $ )", skang, THINGASM, skang, "widget", "Create a widget.", widget, "userdata,string,string,number,number,number,number"); 405// push_lua(L, "@ ( = $ $ & $ )", skang, THINGASM, skang, "widget", "Create a widget.", widget, "userdata,string,string,number,number,number,number");
406 push_lua(L, "@ ( = $ $ & )", skang, THINGASM, skang, "widget", "Create a widget.", widget, 0); 406 push_lua(L, "@ ( = $ $ & )", skang, THINGASM, skang, "widget", "Create a widget.", widget, 0);
407PD("GuiLua 3"); 407//PD("GuiLua 3");
408 push_lua(L, "@ ( = $ $ & $ )", skang, THINGASM, skang, "action", "Add an action to a widget.", action, "string", 0); 408 push_lua(L, "@ ( = $ $ & $ )", skang, THINGASM, skang, "action", "Add an action to a widget.", action, "string", 0);
409 push_lua(L, "@ ( = $ $ & )", skang, THINGASM, skang, "Colour", "Change widget colours.", colour, 0); 409 push_lua(L, "@ ( = $ $ & )", skang, THINGASM, skang, "Colour", "Change widget colours.", colour, 0);
410 push_lua(L, "@ ( = $ $ & )", skang, THINGASM, skang, "hide", "Hide a widget.", widHide, 0); 410 push_lua(L, "@ ( = $ $ & )", skang, THINGASM, skang, "hide", "Hide a widget.", widHide, 0);