VisualuRuby(tmp) Reference

Clipboard

Coloring : swin class : vruby class

Class Hierarchy

Object
Clipboard

Including Modules

ClipboardFormat

Child classes or Classes/Modules including this

none

vr/clipboard.rb

Clipboard

A class for handling clipboard.

Class Method

open(hwnd)
opens the clipboard and returns the instance. When it is used in iterator style, clipboard is automatically closed and returns whether it succeed to close clipboard or not.

Methods

close
Closes clipboard.
enum_formats
Enums the clipboard formats to get from clipboard.
getData(format)
Gets data in the format from clipboard.
setData(format,data)
Sets data into the clipboard. (clipboard is cleared before set)
getText
same as getData(VR_CF_TEXT)
setText(string)
same as setData(VR_CF_TEXT, string )

VisualuRuby(tmp) Reference Index : Project HomePage(English) : Project HomePage(Japanese) : Sourceforge vruby page
Generated at Sun Feb 24 01:28:45 +0900 2008