From b52401b28745ff0e05e89d2fdddc5fe9596ccfa7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 1 Aug 2003 13:39:06 +0000 Subject: [PATCH] documented OnDrawBackground() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/vlbox.tex | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/vlbox.tex b/docs/latex/wx/vlbox.tex index b2d16c7d77..6e3b7c8a2a 100644 --- a/docs/latex/wx/vlbox.tex +++ b/docs/latex/wx/vlbox.tex @@ -95,7 +95,7 @@ This method is only valid for multi selection listboxes. Returns the index of the first selected item in the listbox or {\tt wxNOT\_FOUND} if no items are currently selected. -{\it cookie} is an opaque parameter which should be passed to the subsequent +\arg{cookie} is an opaque parameter which should be passed to the subsequent calls to \helpref{GetNextSelected}{wxvlistboxgetnextselected}. It is needed in order to allow parallel iterations over the selected items. @@ -215,6 +215,19 @@ current. Returns {\tt true} if this item is selected, {\tt false} otherwise. +\membersection{wxVListBox::OnDrawBackground}\label{wxvlistboxondrawbackground} + +\constfunc{void}{OnDrawBackground}{\param{wxDC\& }{dc}, \param{const wxRect\& }{rect}, \param{size\_t }{n}} + +This method is used to draw the items background and, maybe, a border +around it. + +The base class version implements a reasonable default behaviour which +consists in drawing the selected item with the standard background +colour and drawing a border around the item if it is either selected or +current. + + \membersection{wxVListBox::OnDrawItem}\label{wxvlistboxondrawitem} \constfunc{void}{OnDrawItem}{\param{wxDC\& }{dc}, \param{const wxRect\& }{rect}, \param{size\_t }{n}} @@ -354,7 +367,7 @@ the standard cells may be changed by simply calling \func{void}{Toggle}{\param{size\_t }{item}} -Toggles the state of the specified {\it item}, i.e. selects it if it was +Toggles the state of the specified \arg{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. -- 2.47.2