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 / quartzcomposer / QCCompositionPickerPanel.inc
Size: Mime:
{ Parsed from QuartzComposer.framework QCCompositionPickerPanel.h }


{$ifdef TYPES}
type
  QCCompositionPickerPanelPtr = ^QCCompositionPickerPanel;
{$endif}

{$if (defined(MAC_OS_X_VERSION_10_5)) and ((MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5))}
{$ifdef EXTERNAL_SYMBOLS}
var
  QCCompositionPickerPanelDidSelectCompositionNotification: NSString; cvar; external;
{$endif}

{$ifdef CLASSES}

type
  QCCompositionPickerPanel = objcclass external (NSPanel)
  private
    _private: pointer;
  public
    class function sharedCompositionPickerPanel: QCCompositionPickerPanel; message 'sharedCompositionPickerPanel';
    function compositionPickerView: QCCompositionPickerView; message 'compositionPickerView';
  end;
{$endif}

{$endif}