Manager for clipboard. More...
#include <mgui/clipboard.h>
Static Public Member Functions | |
| static const MISTRING & | GetText () |
| static void | SetText (const MISTRING &str) |
| static void | XeCopy (Widget xetext) |
| static void | XeCut (Widget xetext) |
| static void | XePaste (Widget xetext) |
Manager for clipboard.
| static const MISTRING& MGUI::CLIPBOARD::GetText | ( | ) | [static] |
Get text string from clipboard.
Returned string will be empty if no text in clipboard.
| static void MGUI::CLIPBOARD::SetText | ( | const MISTRING & | str | ) | [static] |
Send a text string to the clipboard.
| static void MGUI::CLIPBOARD::XeCopy | ( | Widget | xetext | ) | [static] |
(X only) Copy selection from XeText widget to shared clipboard.
| static void MGUI::CLIPBOARD::XeCut | ( | Widget | xetext | ) | [static] |
(X only) Cut selection from XeText widget to shared clipboard.
| static void MGUI::CLIPBOARD::XePaste | ( | Widget | xetext | ) | [static] |
(X only) Paste over selection in XeText widget from shared clipboard.
1.6.1