Erlang logo
User's Guide
Reference Manual
Release Notes
PDF
Top

wxErlang
Reference Manual
Version 0.98.7


Expand All
Contract All

Table of Contents

wxClipboard

MODULE

wxClipboard

MODULE SUMMARY

See external documentation: wxClipboard.

DESCRIPTION

See external documentation: wxClipboard.

DATA TYPES

wxClipboard()

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

EXPORTS

new() -> wxClipboard()

addData(This::wxClipboard(), Data::wxDataObject() (see module wxDataObject)) -> bool()

clear(This::wxClipboard()) -> ok

close(This::wxClipboard()) -> ok

flush(This::wxClipboard()) -> bool()

getData(This::wxClipboard(), Data::wxDataObject() (see module wxDataObject)) -> bool()

isOpened(This::wxClipboard()) -> bool()

open(This::wxClipboard()) -> bool()

setData(This::wxClipboard(), Data::wxDataObject() (see module wxDataObject)) -> bool()

usePrimarySelection(This::wxClipboard()) -> ok

usePrimarySelection(This::wxClipboard(), Options::[Option]) -> ok

Types:

Option = {primary, bool()}

isSupported(This::wxClipboard(), Format::integer()) -> bool()

get() -> wxClipboard()

destroy(This::wxClipboard()) -> ok

Destroys this object, do not use object again