NetSurf
Functions | Variables
clipboard.h File Reference
#include <stdbool.h>
Include dependency graph for clipboard.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void gui_start_selection (struct gui_window *g)
 Start drag-selecting text within a browser window (RO-dependent part) More...
 
void ami_clipboard_init (void)
 
void ami_clipboard_free (void)
 
void ami_drag_selection (struct gui_window *g)
 
bool ami_easy_clipboard (const char *text)
 
bool ami_easy_clipboard_bitmap (struct bitmap *bitmap)
 

Variables

struct gui_clipboard_tableamiga_clipboard_table
 

Function Documentation

◆ ami_clipboard_free()

void ami_clipboard_free ( void  )

Definition at line 82 of file clipboard.c.

References ami_clipboard_free_internal(), and iffh.

Referenced by gui_quit().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ami_clipboard_init()

void ami_clipboard_init ( void  )

Definition at line 70 of file clipboard.c.

References ami_clipboard_init_internal(), and iffh.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ami_drag_selection()

void ami_drag_selection ( struct gui_window g)

◆ ami_easy_clipboard()

bool ami_easy_clipboard ( const char *  text)

Definition at line 332 of file clipboard.c.

References gui_set_clipboard(), and text().

Here is the call graph for this function:

◆ ami_easy_clipboard_bitmap()

bool ami_easy_clipboard_bitmap ( struct bitmap bitmap)

Definition at line 338 of file clipboard.c.

References ami_datatype_object_from_bitmap().

Referenced by HOOKF().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gui_start_selection()

void gui_start_selection ( struct gui_window g)

Start drag-selecting text within a browser window (RO-dependent part)

Parameters
ggui window

Definition at line 87 of file clipboard.c.

Variable Documentation

◆ amiga_clipboard_table

struct gui_clipboard_table* amiga_clipboard_table
extern

Definition at line 381 of file clipboard.c.

Referenced by main().