projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix various documentation warnings throughout core and base.
[wxWidgets.git]
/
interface
/
wx
/
vlbox.h
diff --git
a/interface/wx/vlbox.h
b/interface/wx/vlbox.h
index 8569dac0fe35cf04a9acf2b141bc7afd83eb3388..5f965c97063bbff59909b1f8c501e90598f405ad 100644
(file)
--- a/
interface/wx/vlbox.h
+++ b/
interface/wx/vlbox.h
@@
-2,8
+2,7
@@
// Name: vlbox.h
// Purpose: interface of wxVListBox
// Author: wxWidgets team
// Name: vlbox.h
// Purpose: interface of wxVListBox
// Author: wxWidgets team
-// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
/////////////////////////////////////////////////////////////////////////////
/**
@@
-190,7
+189,7
@@
public:
bool IsSelected(size_t item) const;
/**
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
equal to @c wxNOT_FOUND).
@return @true if the items selection status has changed or @false
@@
-270,7
+269,7
@@
public:
void SetSelectionBackground(const wxColour& col);
/**
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.
unselected and deselects it if it was selected.
This method is only valid for multi selection listboxes.
@@
-298,7
+297,7
@@
protected:
virtual void OnDrawItem(wxDC& dc, const wxRect& rect, size_t n) const = 0;
/**
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
around it.
The base class version implements a reasonable default behaviour which