Nagarajan Babu
2014-09-09 06:48:03 UTC
How we get caret position in x,y pixel to window. i tried following method
but it only gives column and row for given position.
windowCaretPosition = self.__editor.PositionToXY(self.__editor.GetInsertionPoint())
it returns tuple with column and row. but i need x,y point show to context
menu near caret when key up
but it only gives column and row for given position.
windowCaretPosition = self.__editor.PositionToXY(self.__editor.GetInsertionPoint())
it returns tuple with column and row. but i need x,y point show to context
menu near caret when key up
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.