Add brief documentation for wxLog::Flush().
See #16744. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a193a6786d
commit
443443db98
1 changed files with 2 additions and 0 deletions
|
|
@ -506,6 +506,8 @@ public:
|
|||
|
||||
|
||||
/**
|
||||
Show all pending output and clear the buffer.
|
||||
|
||||
Some of wxLog implementations, most notably the standard wxLogGui class,
|
||||
buffer the messages (for example, to avoid showing the user a zillion of modal
|
||||
message boxes one after another -- which would be really annoying).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue