NetSurf
|
Go to the source code of this file.
Macros | |
#define | AMI_DRAG_THRESHOLD 10 |
Functions | |
void | gui_drag_save_selection (struct gui_window *g, const char *selection) |
Initiates drag saving of a selection from a browser window. More... | |
void | gui_drag_save_object (struct gui_window *g, struct hlcache_handle *c, gui_save_type type) |
Initiates drag saving of an object directly from a browser window. More... | |
void | ami_drag_save (struct Window *win) |
void | ami_drag_icon_show (struct Window *win, const char *type) |
void | ami_drag_icon_close (struct Window *win) |
bool | ami_drag_icon_move (void) |
BOOL | ami_drag_in_progress (void) |
bool | ami_drag_has_data (void) |
bool ami_drag_has_data | ( | void | ) |
Definition at line 329 of file drag.c.
Referenced by ami_gui_event(), and ami_update_pointer().
void ami_drag_icon_close | ( | struct Window * | win | ) |
Definition at line 315 of file drag.c.
Referenced by ami_cw_drag_end().
bool ami_drag_icon_move | ( | void | ) |
Definition at line 319 of file drag.c.
Referenced by ami_cw_drag_progress(), and ami_gui_event().
void ami_drag_icon_show | ( | struct Window * | win, |
const char * | type | ||
) |
Definition at line 311 of file drag.c.
Referenced by ami_cw_drag_start().
void ami_drag_save | ( | struct Window * | win | ) |
Definition at line 307 of file drag.c.
Referenced by ami_gui_event().
void gui_drag_save_object | ( | struct gui_window * | g, |
struct hlcache_handle * | c, | ||
gui_save_type | save_type | ||
) |
void gui_drag_save_selection | ( | struct gui_window * | g, |
const char * | selection | ||
) |