On Sep 7, 2010, at 10:55 PM, Mattia Barbon wrote:

> Johan Vromans wrote:
>> Does anyone know if these cursor functions are wrapped:
>>  ::SetSystemCursor     (Windoes only?)
> 
>  Seems the Win32 API call, not a wxWidgets function.
> 
>>  ::wxSetCursor
> 
>  Committed.
> 
>>  wxCursor::DisableCursor
> 
>  This does not seem to exist in wxWidgets (checked both 2.8 and 2.9 headers).
> 

Johan, I think you are looking for this: Wx::Cursor->new( wxCURSOR_BLANK );
I know it works on Linux and OSX, didn't test Windows.

Cheers,
Huub

Reply via email to