Difference between revisions of "GUI Themes/Specs"

Jump to navigation Jump to search
38 bytes added ,  05:03, 7 March 2006
Clarify use of parens with variable definition
(Special alias 'prev' was added)
(Clarify use of parens with variable definition)
Line 89: Line 89:


   def_kLineHeight=16 * 2
   def_kLineHeight=16 * 2
   OneThirdWidth=w / 3
   OneThirdWidth=(w / 3)


variable kLineHeight gets value 32. OneThirdWidth will be GUI width divided by 3. Definitions with 'def_' prefix have a special meaning and get skipped with USE keyword (see below).
variable kLineHeight gets value 32. OneThirdWidth will be GUI width divided by 3. Note use of parens in last example. Definitions with 'def_' prefix have a special meaning and get skipped with USE keyword (see below).


=== Defining aliases ===
=== Defining aliases ===

Navigation menu