Hello Pythoneers..
Does anybody know howto DRAW BORDERS around a wx.WragImage from a text string or sample code?
I wanna have a rectangle containing text which Ican move around on a canvas.
Thanks
Math
Hello Pythoneers..
Does anybody know howto DRAW BORDERS around a wx.WragImage from a text string or sample code?
I wanna have a rectangle containing text which Ican move around on a canvas.
Thanks
Math
Math wrote:
Hello Pythoneers..
Does anybody know howto DRAW BORDERS around a wx.WragImage from a text string or sample code?
I wanna have a rectangle containing text which Ican move around on a canvas.
Draw your border and text into a wx.Bitmap and use that for the item to drag.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!