Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxclipboard(3erl) [linux man page]

wxClipboard(3erl)					     Erlang Module Definition						 wxClipboard(3erl)

NAME
wxClipboard - 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() See external documentation . addData(This::wxClipboard(), Data::wxDataObject() (see module wxDataObject)) -> bool() See external documentation . clear(This::wxClipboard()) -> ok See external documentation . close(This::wxClipboard()) -> ok See external documentation . flush(This::wxClipboard()) -> bool() See external documentation . getData(This::wxClipboard(), Data::wxDataObject() (see module wxDataObject)) -> bool() See external documentation . isOpened(This::wxClipboard()) -> bool() See external documentation . open(This::wxClipboard()) -> bool() See external documentation . setData(This::wxClipboard(), Data::wxDataObject() (see module wxDataObject)) -> bool() See external documentation . usePrimarySelection(This::wxClipboard()) -> ok Equivalent to usePrimarySelection(This, []) . usePrimarySelection(This::wxClipboard(), Options::[Option]) -> ok Types Option = {primary, bool()} See external documentation . isSupported(This::wxClipboard(), Format::integer()) -> bool() See external documentation . get() -> wxClipboard() See external documentation . destroy(This::wxClipboard()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxClipboard(3erl)

Check Out this Related Man Page

wxKeyEvent(3erl)					     Erlang Module Definition						  wxKeyEvent(3erl)

NAME
wxKeyEvent - See external documentation: wxKeyEvent. DESCRIPTION
See external documentation: wxKeyEvent . Use wxEvtHandler:connect/3 with EventType: : char , char_hook , key_down , key_up See also the message variant #wxKey{ } event record type. This class is derived (and can use functions) from: wxEvent DATA TYPES
wxKeyEvent() : 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
altDown(This::wxKeyEvent()) -> bool() See external documentation . cmdDown(This::wxKeyEvent()) -> bool() See external documentation . controlDown(This::wxKeyEvent()) -> bool() See external documentation . getKeyCode(This::wxKeyEvent()) -> integer() See external documentation . getModifiers(This::wxKeyEvent()) -> integer() See external documentation . getPosition(This::wxKeyEvent()) -> {X::integer(), Y::integer()} See external documentation . getRawKeyCode(This::wxKeyEvent()) -> integer() See external documentation . getRawKeyFlags(This::wxKeyEvent()) -> integer() See external documentation . getUnicodeKey(This::wxKeyEvent()) -> integer() See external documentation . getX(This::wxKeyEvent()) -> integer() See external documentation . getY(This::wxKeyEvent()) -> integer() See external documentation . hasModifiers(This::wxKeyEvent()) -> bool() See external documentation . metaDown(This::wxKeyEvent()) -> bool() See external documentation . shiftDown(This::wxKeyEvent()) -> bool() See external documentation . AUTHORS
<> wxErlang 0.98.9 wxKeyEvent(3erl)
Man Page