DeskLib 2.90a:Clipboard.h


Contents


Introduction and Overview

This header declares functions for manipulation of the RISC OS clipboard.

Note: This module is incomplete.


Functions


Clipboard_Claim

void Clipboard_Claim(BOOL Selection, BOOL Clipboard);

Clipboard_Request

void Clipboard_Request(window_handle window, unsigned int internal, BOOL send, paste_handler *paste, int *filetypes);

Type


paste_handler

typedef void (*paste_handler)(message_block *message);