MGUI::CLIPBOARD Class Reference

Manager for clipboard. More...

#include <mgui/clipboard.h>

List of all members.

Static Public Member Functions

static const MISTRINGGetText ()
static void SetText (const MISTRING &str)
static void XeCopy (Widget xetext)
static void XeCut (Widget xetext)
static void XePaste (Widget xetext)

Detailed Description

Manager for clipboard.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:35:27 2012 for TNTsdk 2012 by  doxygen 1.6.1