Hi there,
I'm making a program which needs to access the system's present cursor
data so that it can be modified and output later as a new [modified]
cursor from a bit array. How could this original data be accessed?
Thanks,
ironmagma
Hi there,
I'm making a program which needs to access the system's present cursor
data so that it can be modified and output later as a new [modified]
cursor from a bit array. How could this original data be accessed?
Thanks,
ironmagma
A wx.Cursor is derived from wx.Bitmap. So you should easily have
access to the bitmap data, I think.
On Jul 21, 2:59 am, PhilipCP <carniojack...@gmail.com> wrote:
Hi there,
I'm making a program which needs to access the system's present cursor
data so that it can be modified and output later as a new [modified]
cursor from a bit array. How could this original data be accessed?Thanks,
ironmagma
Hong Yuan wrote:
Hi there,
I'm making a program which needs to access the system's present cursor
data so that it can be modified and output later as a new [modified]
cursor from a bit array. How could this original data be accessed?Thanks,
ironmagmaA wx.Cursor is derived from wx.Bitmap. So you should easily have
access to the bitmap data, I think.
I don't think it will work for the stock cursor types.
On Jul 21, 2:59 am, PhilipCP <carniojack...@gmail.com> wrote:
--
Robin Dunn
Software Craftsman