diff options
Diffstat (limited to 'ClientHamr/GuiLua/GuiLua.c')
-rw-r--r-- | ClientHamr/GuiLua/GuiLua.c | 6 |
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 | |||
172 | to what part of the other widget? Some more thought needs to be put | 172 | to what part of the other widget? Some more thought needs to be put |
173 | into this. | 173 | into this. |
174 | 174 | ||
175 | Another idea for relative numbers could be to have a coord object with | ||
176 | various methods, so we could have something like - | ||
177 | |||
178 | widget:bottom(-10):right(5) -- 10 pixels below the bottom of widget, 5 pixels to the right of the right edge of widget. | ||
179 | widget:width("12") -- 12 characters longer than the width of widget. | ||
180 | |||
175 | */ | 181 | */ |
176 | 182 | ||
177 | 183 | ||