search for: cursorpo

Displaying 2 results from an estimated 2 matches for "cursorpo".

Did you mean: cursorpos
2006 May 15
3
FXTextField - posSelected?(pos)
Hi, I wonder if am facing a bug or something else On a FXtextField, I want to detect the low and high pos of the selected string example: the text is: 0123456789 The selected string is : 234567 first = last = -1 atext.text.length.times do |pos| first = pos if atext.posSelected?(pos) and first < 0 last = pos if atext.posSelected?(pos)
2006 Oct 13
0
Wine release 0.9.23
...capi: Fix compiler warnings. user: Move some common code into one function. user32: Pass hook handle to the destination thread. dinput: Win64 printf format warning fixes. winex11drv: Win64 printf format warning fixes. user: Add test for LL mouse hook and [Get|Set]CursorPos. -- Alexandre Julliard julliard@winehq.org