Various little tweaks to get up to date with CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -106,6 +106,13 @@ public:
|
||||
// current is NULL?
|
||||
static void DontCreateOnDemand();
|
||||
|
||||
// log the count of repeating messages instead of logging the messages
|
||||
// multiple times
|
||||
static void SetRepetitionCounting(bool bRepetCounting = true);
|
||||
|
||||
// gets duplicate counting status
|
||||
static bool GetRepetitionCounting();
|
||||
|
||||
// trace mask (see wxTraceXXX constants for details)
|
||||
static void SetTraceMask(wxTraceMask ulMask);
|
||||
|
||||
|
Reference in New Issue
Block a user