23#ifndef _NETSURF_RISCOS_TEXTSELECTION_H_
24#define _NETSURF_RISCOS_TEXTSELECTION_H_
26#include "oslib/wimp.h"
37 wimp_full_message_data_xfer *dataxfer);
39 wimp_full_message_data_xfer *dataxfer);
bool ro_gui_save_clipboard(const char *path)
Save the clipboard contents to a file.
void(* ro_gui_selection_prepare_paste_cb)(void *pw)
void ro_gui_selection_data_request(wimp_full_message_data_request *req)
Responds to DATA_REQUEST message, returning information about the clipboard contents if we own the cl...
void ro_gui_selection_claim_entity(wimp_full_message_claim_entity *claim)
Responds to CLAIM_ENTITY message notifying us that the caret and selection or clipboard have been cla...
struct gui_clipboard_table * riscos_clipboard_table
void gui_start_selection(struct gui_window *g)
Start drag-selecting text within a browser window (RO-dependent part)
bool ro_gui_selection_prepare_paste_datasave(wimp_full_message_data_xfer *dataxfer)
Prepare to paste data from another application (step 2)
void ro_gui_selection_drag_reset(void)
Reset drag-and-drop state when drag completes (DataSave received)
void ro_gui_selection_prepare_paste(wimp_w w, ro_gui_selection_prepare_paste_cb cb, void *pw)
Prepare to paste data from another application.
void ro_gui_selection_dragging(wimp_message *message)
Handler for Message_Dragging, used to implement auto-scrolling and ghost caret when a drag is in prog...
void ro_gui_selection_send_dragging(wimp_pointer *pointer)
bool ro_gui_selection_prepare_paste_dataload(wimp_full_message_data_xfer *dataxfer)
Prepare to paste data from another application (step 3)
void ro_gui_selection_drag_claim(wimp_message *message)
function table for clipboard operations.
first entry in window list
static nserror path(const struct redraw_context *ctx, const plot_style_t *pstyle, const float *p, unsigned int n, const float transform[6])
Plots a path.