.TH wxClipboard 3erl "wx 1.3.1" "" "Erlang Module Definition" .SH NAME wxClipboard \- See external documentation: wxClipboard. .SH DESCRIPTION .LP See external documentation: wxClipboard\&. .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxClipboard()\fR\&: .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> wxClipboard() .br .RS .LP See external documentation\&. .RE .LP .B addData(This, Data) -> boolean() .br .RS .LP Types: .RS 3 This = wxClipboard() .br Data = wxDataObject() (see module wxDataObject) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B clear(This) -> ok .br .RS .LP Types: .RS 3 This = wxClipboard() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B close(This) -> ok .br .RS .LP Types: .RS 3 This = wxClipboard() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B flush(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxClipboard() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getData(This, Data) -> boolean() .br .RS .LP Types: .RS 3 This = wxClipboard() .br Data = wxDataObject() (see module wxDataObject) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isOpened(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxClipboard() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B open(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxClipboard() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setData(This, Data) -> boolean() .br .RS .LP Types: .RS 3 This = wxClipboard() .br Data = wxDataObject() (see module wxDataObject) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B usePrimarySelection(This) -> ok .br .RS .LP Types: .RS 3 This = wxClipboard() .br .RE .RE .RS .LP Equivalent to \fBusePrimarySelection(This, [])\fR\&\&. .RE .LP .B usePrimarySelection(This, Option::[Option]) -> ok .br .RS .LP Types: .RS 3 This = wxClipboard() .br Option = {primary, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isSupported(This, Format) -> boolean() .br .RS .LP Types: .RS 3 This = wxClipboard() .br Format = wx_enum() (see module wx) .br .RE .RE .RS .LP See external documentation\&. .br Format = ?wxDF_INVALID | ?wxDF_TEXT | ?wxDF_BITMAP | ?wxDF_METAFILE | ?wxDF_SYLK | ?wxDF_DIF | ?wxDF_TIFF | ?wxDF_OEMTEXT | ?wxDF_DIB | ?wxDF_PALETTE | ?wxDF_PENDATA | ?wxDF_RIFF | ?wxDF_WAVE | ?wxDF_UNICODETEXT | ?wxDF_ENHMETAFILE | ?wxDF_FILENAME | ?wxDF_LOCALE | ?wxDF_PRIVATE | ?wxDF_HTML | ?wxDF_MAX .RE .LP .B get() -> wxClipboard() .br .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxClipboard()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>