Split documentation of the GUI wxLog classes in a separate file.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Oct 2012 15:15:38 +0000 (15:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Oct 2012 15:15:38 +0000 (15:15 +0000)
commit1c17754879a49daf0f0e66b4a4bfd2cb5208098c
treea90f2e01cefbad53994f02dcf39995b0ecabdc8b
parent71abf17edb285a2a028b473e723cd52f79d1fb29
Split documentation of the GUI wxLog classes in a separate file.

Put the GUI classes in a new interface/wx/generic/logg.h to make it easier to
generate wrappers for only the base or only the core libraries.

Also change the order of the classes remaining in log.h to ensure that the
base classes are always defined before the derived ones.

Closes #14784.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/generic/logg.h [new file with mode: 0644]
interface/wx/log.h