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 » TopWindow&PopUp, TrayIcon » TrayIcon::Icon problems
Re: TrayIcon::Icon problems [message #942 is a reply to message #933] Thu, 09 February 2006 21:04 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
Missing mask and ImageDraw not finished

	void Info() {
		Image img(16, 16);
		img.Set(White);
		{
                ImageDraw w(img);
                w.DrawRect(0, 0, 8, 8, Black);
                ImageMaskDraw ww(img);
                ww.DrawRect(0, 0, 16, 16, Black);
		}
		Icon(img);


Note that there will be huge changes (including the interface) in relatively near future of all Image related stuff...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: TopWindow childless Clock example [BUG][FIXED]
Next Topic: showing hidden & minimized windows
Goto Forum:
  


Current Time: Wed May 29 00:38:50 CEST 2024

Total time taken to generate the page: 0.01825 seconds