aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/ClientHamr/README.GuiLua
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ClientHamr/README.GuiLua')
-rw-r--r--docs/ClientHamr/README.GuiLua6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ClientHamr/README.GuiLua b/docs/ClientHamr/README.GuiLua
index f60d7b2..72f13f3 100644
--- a/docs/ClientHamr/README.GuiLua
+++ b/docs/ClientHamr/README.GuiLua
@@ -97,7 +97,7 @@ something else), then unmarshal the result before sending it back to
97Lua. 97Lua.
98 98
99The second alternative, which the host app must REALLY request, is for 99The second alternative, which the host app must REALLY request, is for
100the host app to say "I'm REALLY going out of my way to be threadsafe, 100the host app to say "I'm REALLY going out of my way to be thread safe,
101just call me direct". No edje wrapper function, BUT the host app still 101just call me direct". No edje wrapper function, BUT the host app still
102has to use edje to register this function. 102has to use edje to register this function.
103 103
@@ -568,8 +568,8 @@ Windows with widgets relative to each other.
568Manual association of widgets to methods. 568Manual association of widgets to methods.
569Can include tool tip string, enabled, visible, hover cursor, bounding rectangle?, mouse opaque?, tab groups, font (name, size, style, and alignment). 569Can include tool tip string, enabled, visible, hover cursor, bounding rectangle?, mouse opaque?, tab groups, font (name, size, style, and alignment).
570 More stuff, typically hidden in the OO somewhere. sigh 570 More stuff, typically hidden in the OO somewhere. sigh
571Generally uses fixed image and colour names, which skins overide. 571Generally uses fixed image and colour names, which skins override.
572Skins can also overide the XML files. 572Skins can also override the XML files.
573Translations provide override XML files that need only override the text bits. 573Translations provide override XML files that need only override the text bits.
574 574
575 575