API 0.9.5
AppKit/CPPasteboard.h
Go to the documentation of this file.
00001 
00002 @interface CPPasteboard : CPObject
00003 {
00004     CPArray         _types;
00005     CPDictionary    _owners;
00006     CPDictionary    _provided;
00007 
00008     unsigned        _changeCount;
00009     CPString        _stateUID;
00010 
00011     WebScriptObject _nativePasteboard;
00012 }
00013 @end
 All Classes Files Functions Variables Defines