X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3571e1add4e6ceb45ad88c224c432609f837a8dd..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/commandlinkbutton.h diff --git a/interface/wx/commandlinkbutton.h b/interface/wx/commandlinkbutton.h index 96ebf5cffc..3ec07d0556 100644 --- a/interface/wx/commandlinkbutton.h +++ b/interface/wx/commandlinkbutton.h @@ -2,15 +2,14 @@ // Name: wx/commandlinkbutton.h // Purpose: interface of wxCommandLinkButton // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @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 */