rtf cut&paste works now, html export fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -95,13 +95,13 @@ public:
|
||||
m_CursorVisibility = visibility; return v;}
|
||||
|
||||
/// Pastes text from clipboard.
|
||||
void Paste(bool usePrimarySelection = FALSE);
|
||||
void Paste(bool privateFormat = FALSE, bool usePrimarySelection = FALSE);
|
||||
/** Copies selection to clipboard.
|
||||
@param invalidate used internally, see wxllist.h for details
|
||||
*/
|
||||
bool Copy(bool invalidate = true);
|
||||
bool Copy(bool invalidate = true, bool privateFormat = FALSE, bool primary = FALSE);
|
||||
/// Copies selection to clipboard and deletes it.
|
||||
bool Cut(void);
|
||||
bool Cut(bool privateFormat = FALSE, bool usePrimary = FALSE);
|
||||
//@}
|
||||
|
||||
/// find string in buffer
|
||||
|
Reference in New Issue
Block a user