r395 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jan 11 20:47:16 EST 2008


Author: icculus
Date: 2008-01-11 20:47:15 -0500 (Fri, 11 Jan 2008)
New Revision: 395

Modified:
   trunk/docs.txt
Log:
Documentation on tooltip attribute.


Modified: trunk/docs.txt
===================================================================
--- trunk/docs.txt	2008-01-12 01:20:54 UTC (rev 394)
+++ trunk/docs.txt	2008-01-12 01:47:15 UTC (rev 395)
@@ -454,6 +454,13 @@
     checkbox.
 
 
+   tooltip (no default, mustBeString, cantBeEmpty)
+
+    This string will be used in mouseover "tooltips" in GUI environments for
+    this option's UI widget. There is no guarantee that they will be shown to
+    a user in any GUI target, so don't rely on them!
+
+
  Setup.OptionGroup:
 
   This element can be the parent or child of Setup.Option, or a child of
@@ -485,6 +492,13 @@
     radio button group.
 
 
+   tooltip (no default, mustBeString, cantBeEmpty)
+
+    This string will be used in mouseover "tooltips" in GUI environments for
+    this option's UI widget. There is no guarantee that they will be shown to
+    a user in any GUI target, so don't rely on them!
+
+
  Setup.File:
 
   This element specifies a fileset, a collection of files, to install. These




More information about the mojosetup-commits mailing list