BTW, isn't there a doc which explains how things got reorganized in Phoenix, e.g. gizmos -> adv and similar things? If not any chance of you doing one?
BTW, isn't there a doc which explains how things got reorganized in Phoenix, e.g. gizmos -> adv and similar things? If not any chance of you doing one?
Found it "The �wx� namespace and submodules reorganized" in the MigrationGuide, might be nice if this is searchable, e.g. include in the text the name of the 5 modules.
BTW, isn't there a doc which explains how things got reorganized in
Phoenix, e.g. gizmos -> adv and similar things? If not any chance of you
doing one?
In Classic wx.Font and wx._gdi.Font are exactly the same thing, so the code above is testing if it's an instance of wx.Font or an instance of wx.Font. So IOW, the original code was wrong.