clipboard

lib.pyWx.clipboard.copy_text(text)

Copies text to the clipboard.

Parameter:text (string) – text to copy
Returns:if the operation was succesfull
Return type:bool
lib.pyWx.clipboard.get_text()

Gets text from the clipboard.

Returns:text from the clipboard or an empty string
Return type:string

Previous topic

autoCompleteCtrls

Next topic

compatible