- By default, wxWidgets creates a @c wxConsoleAppTraits object for console
- applications
- (i.e. those applications linked against wxBase library only - see the
- @ref overview_librarieslist "Libraries list" page) and a @c wxGUIAppTraits
- object for GUI
+ Note that wxAppTraits is an abstract class since it contains many
+ pure virtual functions.
+ In fact, by default, wxWidgets creates a @c wxConsoleAppTraits object for
+ console applications (i.e. those applications linked against wxBase library
+ only - see the @ref page_libs page) and a @c wxGUIAppTraits object for GUI