NetSurf
|
#include <stdbool.h>
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_table * | amiga_clipboard_table |
void ami_clipboard_free | ( | void | ) |
Definition at line 82 of file clipboard.c.
References ami_clipboard_free_internal(), and iffh.
Referenced by gui_quit().
void ami_clipboard_init | ( | void | ) |
Definition at line 70 of file clipboard.c.
References ami_clipboard_init_internal(), and iffh.
Referenced by main().
void ami_drag_selection | ( | struct gui_window * | g | ) |
Definition at line 266 of file clipboard.c.
References ami_clipboard_free_internal(), ami_clipboard_init_internal(), AMI_GAD_SEARCH, AMI_GAD_URL, ami_gadget_hit(), ami_gui2_get_browser_window(), ami_gui2_get_object(), ami_gui2_get_window(), ami_gui_beep(), ami_gui_get_browser_window(), ami_text_box_at_point(), ami_utf8_easy(), ami_utf8_free(), ami_window_at_pointer(), AMINS_WINDOW, BROWSER_MOUSE_PRESS_1, browser_window_get_selection(), browser_window_key_press(), browser_window_mouse_click(), iffh, NS_KEY_COPY_SELECTION, NS_KEY_PASTE, and RefreshSetGadgetAttrs().
bool ami_easy_clipboard | ( | const char * | text | ) |
Definition at line 332 of file clipboard.c.
References gui_set_clipboard(), and text().
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().
void gui_start_selection | ( | struct gui_window * | g | ) |
Start drag-selecting text within a browser window (RO-dependent part)
g | gui window |
Definition at line 87 of file clipboard.c.
|
extern |
Definition at line 381 of file clipboard.c.
Referenced by main().