X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a9a204e09c8b46fbffba1bf8d80bf2f0799a608..72c5855f5c9e6b5747dc9571d64e217eff26561d:/interface/wx/vlbox.h diff --git a/interface/wx/vlbox.h b/interface/wx/vlbox.h index 8569dac0fe..693f0ea379 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 ///////////////////////////////////////////////////////////////////////////// /** @@ -190,7 +190,7 @@ public: bool IsSelected(size_t item) const; /** - Selects or deselects the specified item which must be valid (i.e. not + Selects or deselects the specified item which must be valid (i.e.\ not equal to @c wxNOT_FOUND). @return @true if the items selection status has changed or @false @@ -270,7 +270,7 @@ public: void SetSelectionBackground(const wxColour& col); /** - Toggles the state of the specified @a item, i.e. selects it if it was + Toggles the state of the specified @a item, i.e.\ selects it if it was unselected and deselects it if it was selected. This method is only valid for multi selection listboxes. @@ -298,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