Checking the clipboard

Bob,

···

-----Original Message-----
From: Bob Klahn [mailto:bobstones@comcast.net]
Sent: Tuesday, October 16, 2007 12:45 PM
To: wxPython-users@lists.wxwidgets.org
Cc: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] Checking the clipboard

At 07:31 PM 10/15/2007, Trey K wrote:
>Hey all,
>I was wondering how I could check the clipboard and see if
it is either
>empty or has something copied to it other than text (such as
an image
>or file). If I could do this through a platform-independent method,
>that would be great (if not, could you show me how to do it
on windows,
>linux, and mac?)

Robin's book, chapter 18, has five full pages on the use of
wx.TheClipboard. wx.TheClipboard can handle any
wx.DataObject instance.

Bob

Man! I forgot all about that! I read the book over a year ago
though...that's my story and I'm sticking to it!.

Mike