Dock Icon position
Dock Icon position
- Subject: Dock Icon position
- From: Franck Stauffer <email@hidden>
- Date: Wed, 8 Oct 2003 02:20:27 +0200
Hello,
Is there a clever way to get the dock icon absolute position on the
screen
I tried this in my Cocoa app:
CGrafPtr myPort = BeginQDContextForApplicationDockTile();
Rect myRect;
GetPortBounds(myPort, &myRect);
EndQDContextForApplicationDockTile (myPort);
That doesnt seem to work...any ideas?
Thanks
Franck
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.