Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » In need of crosshair and hand cursors [FEATURE REQUEST]
In need of crosshair and hand cursors [FEATURE REQUEST] [message #10711] Tue, 24 July 2007 09:48 Go to next message
Tom1
Messages: 1212
Registered: March 2007
Senior Contributor
Hi,

Could you please add crosshair and hand cursors as available on the host platforms? The code needed is very short and clear:

Image/Image.h - Add:

static Image Cross();
static Image Hand();

Image/ImageWin32.cpp - Add:

Image Image::Cross() WCURSOR_(IDC_CROSS)
Image Image::Hand() WCURSOR_(IDC_HAND)

Image/ImageX11.cpp - Add:

Image Image::Cross() FCURSOR_(XC_crosshair)
Image Image::Hand() FCURSOR_(XC_hand1)

Kind regards,

Tom
Re: In need of crosshair and hand cursors [FEATURE REQUEST] [message #10713 is a reply to message #10711] Tue, 24 July 2007 10:56 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Done.

Mirek
Re: In need of crosshair and hand cursors [FEATURE REQUEST] [message #10717 is a reply to message #10711] Tue, 24 July 2007 12:10 Go to previous message
Tom1
Messages: 1212
Registered: March 2007
Senior Contributor
Thanks!

// Tom
Previous Topic: Prevent to create configuration directory
Next Topic: Usage of "private:" in uppsrc - A strong vote for "protected:"
Goto Forum:
  


Current Time: Fri Apr 26 22:46:28 CEST 2024

Total time taken to generate the page: 0.05321 seconds