X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52479aefae169d5c85cd0e07d159db0b8dd0a965..90b78a567f3271fede518e42de3f90eef10a3fdb:/include/wx/mac/classic/listctrl.h diff --git a/include/wx/mac/classic/listctrl.h b/include/wx/mac/classic/listctrl.h index 196f97add1..4975c279c8 100644 --- a/include/wx/mac/classic/listctrl.h +++ b/include/wx/mac/classic/listctrl.h @@ -57,7 +57,7 @@ which item. Each image in an image list can contain a mask, and can be made out of either a bitmap, two bitmaps or an icon. See ImagList.h for more details. - Notifications are passed via the wxWindows 2.0 event system. + Notifications are passed via the wxWidgets 2.0 event system. See the sample wxListCtrl app for API usage. @@ -285,7 +285,7 @@ class WXDLLEXPORT wxListCtrl: public wxControl // Returns the item or -1 if unsuccessful. long GetNextItem(long item, int geometry = wxLIST_NEXT_ALL, int state = wxLIST_STATE_DONTCARE) const ; - // Implementation: converts wxWindows style to MSW style. + // Implementation: converts wxWidgets style to MSW style. // Can be a single style flag or a bit list. // oldStyle is 'normalised' so that it doesn't contain // conflicting styles.