Displaying text on a panel
Phil <[email protected]> Fri, 6 Nov 2020 16:39:27 +1000
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
I'd like to display the status of a variable on a panel with something
like this:
status = "start", (10,10)
and then at some point do something like this:
status.SetText("stop")
I looked through wxdemo and searched the Internet for an example but
there doesn't seem to be such a control. I've experimented with
StaticText and DrawText but neither do exactly what I have in mind. How
might I display my status variable?
--
Regards,
Phil
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/8c2f05d9-c0dc-57ce-228e-1f1007af310e%40gmail.com.