#include <utils_clipboard.h>
Static Public Methods |
|
| bool | get_fullname_array_from_clipboard (wxArrayString &output_arraystring) |
| Gets a fullname array of files off the clipboard. |
|
| bool | get_text_from_clipboard (wxString &output_string) |
| Gets a string off of the clipboard. |
|
| bool | set_clipboard_to_text (const wxString &input_string) |
| Sets the clipboard to a string. |
|
|
|
Gets a fullname array of files off the clipboard.
|
|
|
Gets a string off of the clipboard.
|
|
|
Sets the clipboard to a string.
|