aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/skin.txt
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-02-02 21:22:58 +1000
committerDavid Walter Seikel2013-02-02 21:22:58 +1000
commit7d48bd9a65bc5fe92ede80ea7fc49e7526d07c7a (patch)
tree10f5afed6d45ceb28bbd08d97151141c6b60eff9 /ClientHamr/extantz/skin.txt
parentAdded GuiLua stub. (diff)
downloadSledjHamr-7d48bd9a65bc5fe92ede80ea7fc49e7526d07c7a.zip
SledjHamr-7d48bd9a65bc5fe92ede80ea7fc49e7526d07c7a.tar.gz
SledjHamr-7d48bd9a65bc5fe92ede80ea7fc49e7526d07c7a.tar.bz2
SledjHamr-7d48bd9a65bc5fe92ede80ea7fc49e7526d07c7a.tar.xz
Rearrange ClientHamr README's into better bits.
Diffstat (limited to '')
-rw-r--r--ClientHamr/extantz/skin.txt37
1 files changed, 0 insertions, 37 deletions
diff --git a/ClientHamr/extantz/skin.txt b/ClientHamr/extantz/skin.txt
deleted file mode 100644
index d627bb4..0000000
--- a/ClientHamr/extantz/skin.txt
+++ /dev/null
@@ -1,37 +0,0 @@
1skang vs edje vs LL shit.
2
3
4EDJE
5Verbose, complex.
6Used to place and decorate widget parts.
7Can be used to place entire widgets through externals and swallows.
8Basic parts relative to each other.
9Signals and messages.
10Embryo scripts.
11Lua scripts.
12
13
14SKANG
15Tight, simple.
16Used to place widgets, and describe actions.
17Can include some really basic scripting.
18Widgets in a fixed position, but included stuff for relative placement in the TODO.
19Automated associations between widget name and variable (and method?) via introspection.
20Actions.
21Looks (could easily be extended to edje groups).
22Extensible.
23Can be used to pass values around.
24
25
26LL SHIT
27Verbose, even worse, XML, more crap than is needed.
28Menus.
29Windows with widgets relative to each other.
30 Basically nested rectangles.
31Manual association of widgets to methods.
32Can include tool tip string, enabled, visible, hover cursor, bounding rectangle?, mouse opaque?, tab groups, font (name, size, style, and alignment).
33 More stuff, typically hidden in the OO somewhere. sigh
34Generally uses fixed image and colour names, which skins overide.
35Skins can also overide the XML files.
36Translations provide override XML files that need only override the text bits.
37