Received: by 10.180.107.38 with SMTP id gz6mr1513367wib.0.1350168830078; Sat, 13 Oct 2012 15:53:50 -0700 (PDT) X-BeenThere: wx-dev@googlegroups.com Received: by 10.180.20.136 with SMTP id n8ls4453959wie.3.gmail; Sat, 13 Oct 2012 15:53:49 -0700 (PDT) Received: by 10.216.211.101 with SMTP id v79mr453925weo.9.1350168829067; Sat, 13 Oct 2012 15:53:49 -0700 (PDT) Received: by 10.216.211.101 with SMTP id v79mr453924weo.9.1350168829050; Sat, 13 Oct 2012 15:53:49 -0700 (PDT) Return-Path: Received: from riobu.com (riobu.com. [85.234.147.122]) by gmr-mx.google.com with ESMTP id cx9si243064wib.0.2012.10.13.15.53.49; Sat, 13 Oct 2012 15:53:49 -0700 (PDT) Received-SPF: neutral (google.com: 85.234.147.122 is neither permitted nor denied by best guess record for domain of nore...@wxsite.net) client-ip=85.234.147.122; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.234.147.122 is neither permitted nor denied by best guess record for domain of nore...@wxsite.net) smtp.mail=nore...@wxsite.net Received: from riobu.com (localhost [127.0.0.1]) by riobu.com (Postfix) with ESMTP id ED447ABF837D; Sat, 13 Oct 2012 15:53:48 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "wxTrac" X-Trac-Version: 0.11.5 Precedence: bulk Cc: wx-dev@googlegroups.com Auto-Submitted: auto-generated X-Mailer: Trac 0.11.5, by Edgewall Software X-Trac-Project: wxWidgets Date: Sat, 13 Oct 2012 22:53:48 -0000 Reply-To: wx-dev@googlegroups.com X-URL: http://trac.wxwidgets.org/ Subject: Re: #14697: Native drag image support (MSW) X-Trac-Ticket-URL: http://trac.wxwidgets.org/ticket/14697#comment:7 Message-ID: <053.a32aa953397be7886594ac4688f45359@wxsite.net> References: <044.02369b663532f57970a13a6bfb4b3939@wxsite.net> X-Trac-Ticket-ID: 14697 In-Reply-To: <044.02369b663532f57970a13a6bfb4b3939@wxsite.net> Ticket URL: #14697: Native drag image support (MSW) -----------------------------------------------+---------------------------- Reporter: PeterO | Owner: = Type: enhancement | Status: confirmed Priority: low | Milestone: = Component: wxMSW | Version: 2.9.4 = Keywords: dnd drag image native docs-needed | Blockedby: = Patch: 1 | Blocking: = -----------------------------------------------+---------------------------- Comment(by VZ): (In [72668]) Display system-provided drag images during drag-and-drop in wxMSW. This is especially useful when dragging files from Explorer as it provides big, informative drag images for them that can be easily displayed using Windows shell support for them. See #14697. -- Ticket URL: