.TH wxClipboard 3erl "wx 1.8" "" "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 wxClipboard(): .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() -> \fBwxClipboard()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B addData(This, Data) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxClipboard()\fR\& .br Data = \fBwxDataObject:wxDataObject()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B clear(This) -> ok .br .RS .LP Types: .RS 3 This = \fBwxClipboard()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B close(This) -> ok .br .RS .LP Types: .RS 3 This = \fBwxClipboard()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B flush(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxClipboard()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getData(This, Data) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxClipboard()\fR\& .br Data = \fBwxDataObject:wxDataObject()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isOpened(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxClipboard()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B open(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxClipboard()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setData(This, Data) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxClipboard()\fR\& .br Data = \fBwxDataObject:wxDataObject()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B usePrimarySelection(This) -> ok .br .RS .LP Types: .RS 3 This = \fBwxClipboard()\fR\& .br .RE .RE .RS .LP Equivalent to \fBusePrimarySelection(This, [])\fR\&\&. .RE .LP .B usePrimarySelection(This, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = \fBwxClipboard()\fR\& .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 = \fBwxClipboard()\fR\& .br Format = \fBwx:wx_enum()\fR\& .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() -> \fBwxClipboard()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxClipboard()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>