]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_listctrl.i
warning fix
[wxWidgets.git] / wxPython / src / _listctrl.i
index c5679fdc75d2b32552a89d6e96d6cea95609fa7a..48a9f0ac311f1f0e02bc0a705c81391c58b0b66f 100644 (file)
@@ -650,7 +650,7 @@ public:
         long, HitTest(const wxPoint& point, int& OUTPUT),
         "HitTest(Point point) -> (item, where)",
         "Determines which item (if any) is at the specified point, giving
-details in the second return value (see wxLIST_HITTEST_... flags.)", "");
+details in the second return value (see wx.LIST_HITTEST flags.)", "");
 
     // Inserts an item, returning the index of the new item if successful,
     // -1 otherwise.