]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/commandlinkbutton.h
Somehow, setting a tint color makes gauge work :/.
[wxWidgets.git] / interface / wx / commandlinkbutton.h
index 4089c2a55c26c9aad867b1c364071439659a4e64..3ec07d0556a336a49a8eb1115e161ac3203f09c2 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/commandlinkbutton.h
 // Purpose:     interface of wxCommandLinkButton
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -10,7 +9,7 @@
     @class wxCommandLinkButton
 
     Objects of this class are similar in appearance to the normal wxButtons but
-    to the links in a web page in functionality.
+    are similar to the links in a web page in functionality.
 
     Pressing such button usually results in switching to another window of the
     program and so they can be used as a replacement for the "Next" button in a
@@ -40,7 +39,7 @@
 
     @library{wxadv}
     @category{ctrl}
-    @appearance{commandlinkbutton.png}
+    @appearance{commandlinkbutton}
 
     @see wxButton, wxBitmapButton
 */