Skip to content

Commit 526bfbd

Browse files
RDRD
authored andcommitted
reSWIGged
git-svn-id: http://svn.wxwidgets.org/svn/wx/wxPython@78196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1 parent 6aa0dd5 commit 526bfbd

2 files changed

Lines changed: 181 additions & 183 deletions

File tree

trunk/src/gtk/dataview.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,11 @@ def EnsureVisible(*args, **kwargs):
18131813
return _dataview.DataViewCtrl_EnsureVisible(*args, **kwargs)
18141814

18151815
def HitTest(*args, **kwargs):
1816-
"""HitTest(self, Point point, DataViewItem item, DataViewColumn column)"""
1816+
"""
1817+
HitTest(point) -> (item, col)
1818+
1819+
Test where the given (in client coords) point lies
1820+
"""
18171821
return _dataview.DataViewCtrl_HitTest(*args, **kwargs)
18181822

18191823
def GetItemRect(*args, **kwargs):

0 commit comments

Comments
 (0)