Fix displaying Flush() in wxClipboard docs note
Just remove the '@' which was probably there by accident but made the function name disappear.
This commit is contained in:
parent
1f3150b5f0
commit
08599d894f
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
the end-user's machine. In order for the clipboard data to persist after
|
||||
the window closes, a clipboard manager must be installed. Some clipboard
|
||||
managers will automatically flush the clipboard after each new piece of
|
||||
data is added, while others will not. The @Flush() function will force
|
||||
data is added, while others will not. The Flush() function will force
|
||||
the clipboard manager to flush the data.
|
||||
|
||||
@library{wxcore}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue