summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-13 15:15:33 -0400
committerPietro Gagliardi <[email protected]>2015-04-13 15:15:33 -0400
commitb7505870369af28efd4da18306731ffdfe17dfb7 (patch)
tree576e66da2184172b4a56d1a1a911d2158174f7a6
parente3bb32f6084c2c885a0520e1415d40f66ac52cbd (diff)
Added a glossary. I'm still not too happy with this...
-rw-r--r--new/GLOSSARY11
1 files changed, 11 insertions, 0 deletions
diff --git a/new/GLOSSARY b/new/GLOSSARY
new file mode 100644
index 0000000..a965eb3
--- /dev/null
+++ b/new/GLOSSARY
@@ -0,0 +1,11 @@
+In the interest of making sure that everything in ui is consistent, here is a glossary of various conflicting terms and what they mean to the library. These are disjunct from the terminology used by each backend's native platform; context should be used to differentiate where appropriate.
+
+CONTAINER
+ a uiControl that hosts other controls, such as uiStack and uiGrid
+PARENT
+ a non-uiControl that maintains a single uiControl; that uiControl can be a container, in which case the purpose of the parent is to collect the controls in that container for the purpose of the operating system as a holder
+HOLDER
+ a non-uiControl that hosts an uiControl from the perspective of the operating system
+ this should always be a parent
+CONTENT
+ the non-uiControl that acts as a parent and a holder; this is used by uiWindow and uiTab