[Mac, 2.8.1] Mac dragging cursor and icon
Yaron Tadmor
YaronT at HumanEyes.com
Tue Jul 3 01:30:11 PDT 2007
I'm not exactly what you mean by the GetSelectedContent function, but I
can imagine the direction you're going in.
Until that is available, I'd like to add the ability to ad to a drag
source an image to use (wxBitmap could do) I guess. Will that be OK?
Should it be carbon only, or what?
________________________________
From: Stefan Csomor [mailto:csomor at advancedconcepts.ch]
Sent: Monday, July 02, 2007 6:38 PM
To: wx-users at lists.wxwidgets.org
Subject: RE: [Mac, 2.8.1] Mac dragging cursor and icon
Hi
my long time dream was to encapsulate a kind of GetSelectedContent on a
wxWindow, like MacApp did, and use that for all data transfers be it
pasteboard or drag/drop so this behavior would come from the right
place. The drag region should show the outline of the selection or even
the selection's bitmap being dragged. This unfortunately is not exposed
AFAIK in our API, it could be something like a wxBitmap either upon a
wxDropSource or upon a wxDataObject perhaps
Best,
Stefan
From: Yaron Tadmor [mailto:YaronT at HumanEyes.com]
Sent: Montag, 2. Juli 2007 18:42
To: wx-users at lists.wxwidgets.org
Subject: [Mac, 2.8.1] Mac dragging cursor and icon
Hi,
In the mac version of dnd.cpp, the code defines the drag region (which
defines the drag image) as a simple rect of 10 pixels. It then also uses
custom cursor as additional information.
This behavior is quite not mac-like. As ALL application which allow drag
and drop, show some kind of an image to symbolize what is being dragged.
Is there any intention of changing this?
If not, does anyone mind if I go ahead and change it?
Thanx
Yaron Tadmor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070703/869e7c95/attachment.htm
More information about the wx-users
mailing list