B> I'm sure I'm overlooking the obvious, but looking through the documentation
B> and egreping the headers, I could not find where items
B> like wxDefaultSize and wxDefaultPosition are defined (which file?),
B> nor documented (where?). Their usage and appearance is extensive,
B> but documentation sparse.
I couldn't find where they were documented neither so maybe they're
missing but OTOH:
1. I don't know where would be the logical place to add them (wxPoint and
wxSize or some new section for global constants?)
2. I don't really see what can be said about them, beyond the fact that
they exist and are used as default arguments by many wx functions
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
B> On 11/30/07, Vadim Zeitlin <va...@wxwidgets.org> wrote:
B> >
B> > On Thu, 29 Nov 2007 15:02:37 -0500 Bob <wxwi...@gmail.com> wrote:
B> >
B> > ...some new section for global constants?)
B>
B> That is where I was expecting to find them. They are after all global
B> constants.
Yes, maybe we do need to have such section...
B> > 2. I don't really see what can be said about them, beyond the fact that
B> > they exist and are used as default arguments by many wx functions
B>
B>
B> Do they have default values? What are they?
(-1, -1)
B> Do they change with platforms, as I would expect them to?
No, they don't.
B> Regardless where are they actually defined at?
src/common/gdicmn.cpp
On Thu, 29 Nov 2007 15:02:37 -0500 Bob <wxwi...@gmail.com> wrote:
...some new section for global constants?)
2. I don't really see what can be said about them, beyond the fact that
they exist and are used as default arguments by many wx functions