dabo Commit
Revision 3556
Date: 2007-10-23 14:09:33 -0700 (Tue, 23 Oct 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3556

Changed:
U   trunk/demo/samples/dHyperLink.py

Log:
Removed the commented-out properties from the bottom of the code.


Diff:
Modified: trunk/demo/samples/dHyperLink.py
===================================================================
--- trunk/demo/samples/dHyperLink.py    2007-10-23 21:07:02 UTC (rev 3555)
+++ trunk/demo/samples/dHyperLink.py    2007-10-23 21:09:33 UTC (rev 3556)
@@ -123,35 +123,6 @@
 category = "Controls.dHyperLink"
 
 overview = """
-<b>dHyperLink</b> creates a text link that, when clicked, launches the 
specified URL in the user's default browser.
+<b>dHyperLink</b> creates a text link that, when clicked, launches the 
+specified URL in the user's default browser.
 """
-
-
-
-#      HoverColor = property(_getHoverColor, _setHoverColor, None,
-#                      _("Color of the link when the mouse passes over it.  
(str or tuple)"))
-#      
-#      HoverUnderline = property(_getHoverUnderline, _setHoverUnderline, None,
-#                      _("Is the link underlined when the mouse passes over 
it?  (bool)"))
-#      
-#      LinkColor = property(_getLinkColor, _setLinkColor, None,
-#                      _("Normal (unvisited) link text color.  (str or 
tuple)"))
-#      
-#      LinkUnderline = property(_getLinkUnderline, _setLinkUnderline, None,
-#                      _("Is the link underlined in the normal state?  
(bool)"))
-#      
-#      ShowHover = property(_getShowHover, _setShowHover, None,
-#                      _("Does the link show the hover effect?  (bool)"))
-#      
-#      URL = property(_getURL, _setURL, None,
-#                      _("URL for this link  (str)"))
-#      
-#      Visited = property(_getVisited, _setVisited, None,
-#                      _("Has this link been visited?  (bool)"))
-#      
-#      VisitedColor = property(_getVisitedColor, _setVisitedColor, None,
-#                      _("Color of visited links  (str or tuple)"))
-#      
-#      VisitedUnderline = property(_getVisitedUnderline, _setVisitedUnderline, 
None,
-#                      _("Is the link underlined in the visited state?  
(bool)"))
-# 




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to