aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-27 00:03:34 +1000
committerDavid Walter Seikel2014-03-27 00:03:34 +1000
commit1342d5655da85c87c3ff1d5441ffd5117effc07f (patch)
treecf1682052baac6f4bea421ebb5cad4f81a22a59a /ClientHamr/GuiLua/GuiLua.c
parentSmall tweaks to skang.thing() types parsing. (diff)
downloadSledjHamr-1342d5655da85c87c3ff1d5441ffd5117effc07f.zip
SledjHamr-1342d5655da85c87c3ff1d5441ffd5117effc07f.tar.gz
SledjHamr-1342d5655da85c87c3ff1d5441ffd5117effc07f.tar.bz2
SledjHamr-1342d5655da85c87c3ff1d5441ffd5117effc07f.tar.xz
More notes, TODO, and default Thing pattern.
Diffstat (limited to 'ClientHamr/GuiLua/GuiLua.c')
-rw-r--r--ClientHamr/GuiLua/GuiLua.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.c b/ClientHamr/GuiLua/GuiLua.c
index 87766b0..3588ea0 100644
--- a/ClientHamr/GuiLua/GuiLua.c
+++ b/ClientHamr/GuiLua/GuiLua.c
@@ -172,6 +172,12 @@ of telling if the number is pixels or character cells. Also, relative
172to what part of the other widget? Some more thought needs to be put 172to what part of the other widget? Some more thought needs to be put
173into this. 173into this.
174 174
175Another idea for relative numbers could be to have a coord object with
176various methods, so we could have something like -
177
178widget:bottom(-10):right(5) -- 10 pixels below the bottom of widget, 5 pixels to the right of the right edge of widget.
179widget:width("12") -- 12 characters longer than the width of widget.
180
175*/ 181*/
176 182
177 183