There isn't anything built-in for that, but it's not hard to implement.
Just use SetValue to set your message when the widget is created.
You'll also want to compare the value with that message when you later
get the value from the widget, and if it is the same as the message then
treat it as if it was empty. For extra niceness you can watch for when
the user clears any value that they've started typing and then reset the
widget's value to the starting message again, and it's also nice to
change the foreground colour to a medium grey when the message is displayed.
--
Robin Dunn
Software Craftsman
http://wxPython.org
--
To unsubscribe, send email to wxPython-user...@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en