X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e6e278dc129b31a0aa3ce5d9eda41c0dc5e1fe7..e3f084fd47bf7d30722b357724e0c7701a7994f0:/interface/wx/vlbox.h diff --git a/interface/wx/vlbox.h b/interface/wx/vlbox.h index 465c312da0..1dc23d3599 100644 --- a/interface/wx/vlbox.h +++ b/interface/wx/vlbox.h @@ -3,7 +3,7 @@ // Purpose: interface of wxVListBox // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -30,7 +30,6 @@ @library{wxcore} @category{ctrl} - @appearance{vlistbox.png} @see wxSimpleHtmlListBox, wxHtmlListBox */ @@ -299,7 +298,7 @@ protected: virtual void OnDrawItem(wxDC& dc, const wxRect& rect, size_t n) const = 0; /** - This method is used to draw the items background and, maybe, a border + This method is used to draw the item's background and, maybe, a border around it. The base class version implements a reasonable default behaviour which