PyTipProvider

Saketh Bhamidipati saketh.bhamidipati at gmail.com
Sun Jul 30 11:30:50 PDT 2006


I have a simple problem, and I can't find the solution in the examples.

I'm using a PyTipProvider:

        self.tips =3D PyTipProvider(0)
        wx.CallAfter(wx.ShowTip, None, self.tips, True)

The tips show nicely, but how can I see if the "Show tips on startup"
checkbox has been checked? I want to take this boolean value and write it to
a preferences file, and, on the next startup, load based on the value of
this boolean.

Simple enough.

-Saketh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200607=
30/5ed152f7/attachment.htm


More information about the wxpython-users mailing list