Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / appkit / NSQuickDrawView.inc
Size: Mime:
{ Parsed from AppKit.framework NSQuickDrawView.h }


{$ifdef TYPES}
type
  NSQuickDrawViewPtr = ^NSQuickDrawView;
{$endif}

{$if  not defined(__LP64__)}
{$ifdef CLASSES}

type
  NSQuickDrawView = objcclass external (NSView)
  private
    _qdPort: pointer;
    _savePort: pointer;
    _synchToView: ObjCBOOL;
  public
    function qdPort: pointer; message 'qdPort'; deprecated 'in 10_0, 10_4';
  end;
{$endif}

{$endif}