Downcase headings.
[mkws-moved-to-github.git] / doc / mkws-developer.markdown
index 693df63..2b3c60e 100644 (file)
@@ -1,4 +1,9 @@
-INTRODUCTION
+% The MasterKey Widget Set developer's guide
+% Mike Taylor
+% 11 August 2014
+
+
+Introduction
 ============
 
 Development with MKWS consists primarily of defining new types of
@@ -51,7 +56,7 @@ This simple widget illustrates several important points:
   a local variable named `that').
 
 
-SPECIALISATION (INHERITANCE)
+Specialisation (Inheritance)
 ============================
 
 Many widgets are simple specialisations of existing widgets. For
@@ -78,7 +83,7 @@ class="mkwsRecord" maxrecs="2">, though it's not obvious why anyone
 would do that.)
 
 
-WIDGET PROPERTIES AND METHODS
+Widget Properties and Methods
 =============================
 
 String this.type
@@ -113,7 +118,7 @@ String this.value()
        A function returning the value of the widget's HTML element.
 
 
-TEAM METHODS
+Team methods
 ============
 
 Since the team object is supposed to be opaque to widgets, all access