aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.c
diff options
context:
space:
mode:
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