I'm sure this is an easy one, but I can't seem to find the answer anywhere -- it's not even included in the index at <http://www.wxpython.org/docs/api/indices.html >, nor is it explained on the page for wx.Frame.
Exactly what combination of attributes are equivalent to wx_DEFAULT_FRAME_STYLE?
And, where in the docs should I have looked to find this out?
I’m sure this is an easy one, but I can’t seem to find the answer anywhere – it’s not even included in the index at <http://www.wxpython.org/docs/api/indices.html>, nor is it explained on the page for wx.Frame.
Exactly what combination of attributes are equivalent to wx_DEFAULT_FRAME_STYLE?
And, where in the docs should I have looked to find this out?
Is this different from the online documentation at <http://www.wxpython.org/docs/api>?
If so, why? If not, then where exactly would I find this, as I
searched it every way I could think of and came up empty-handed?
Yes, it is different: you can download it at the link http://www.wxpython.org/download.php, and it is rather awkward to use because it was written mainly for C++ but, IMHO, indispensable.
The definition of wxDEFAULT_FRAME_STYLE is in the entry wxFrame.
wx.Python, like Python, is a great tool, but they both suffer from the disease of all open code: poor documentation, and full of gaps, because anybody may add to it but to codify is sexier than to document. Therefore this forum and mainly Robin ought to be sanctified
Is this different from the online documentation at <http://www.wxpython.org/docs/api>? If so, why? If not, then where exactly would I find this, as I searched it every way I could think of and came up empty-handed?
Joe Strout wrote:
/Is this different from the online documentation at <wxPython API Documentation — wxPython Phoenix 4.2.2 documentation? If so, why? If not, then where exactly would I find this, as I searched it every way I could think of and came up empty-handed?
/
Yes, it is different: you can download it at the link Redirecting..., and it is rather awkward to use because it was written mainly for C++ but, IMHO, indispensable.
The definition of wxDEFAULT_FRAME_STYLE is in the entry wxFrame.