]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/vlbox.h
Forbid creation of wxStandardPaths object directly.
[wxWidgets.git] / interface / wx / vlbox.h
index 1dc23d35992c6da8d7575f3f00235324481d34f2..693f0ea379508a133b860599237529cfac484728 100644 (file)
@@ -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.