|
wxWidgets uses quite a few macros I would get use to them. If you wish to really understand the source code more, you should download it and use a tool to do text searches over it. It really impossible without something like grep to find every place in the wxWidgets source where "IMPLEMENT_APP" is (and with that information find the place where its defined).
|