24#ifndef _PIDGIN_DND_HINTS_H_
25#define _PIDGIN_DND_HINTS_H_
DndHintWindowId
Conversation drag-and-drop arrow types.
@ HINT_ARROW_DOWN
Down arrow.
@ HINT_ARROW_LEFT
Left arrow.
@ HINT_ARROW_RIGHT
Right arrow.
void dnd_hints_show(DndHintWindowId id, gint x, gint y)
Shows a drag-and-drop hint at the specified location.
DndHintPosition
Conversation drag-and-drop arrow positions.
@ HINT_POSITION_RIGHT
Position to the right of a tab.
@ HINT_POSITION_LEFT
Position to the left of a tab.
@ HINT_POSITION_CENTER
Position in the center of a tab.
@ HINT_POSITION_BOTTOM
Position below a tab.
@ HINT_POSITION_TOP
Position above a tab.
void dnd_hints_hide(DndHintWindowId id)
Hides the specified drag-and-drop hint.
void dnd_hints_hide_all(void)
Hides all drag-and-drop hints.
void dnd_hints_show_relative(DndHintWindowId id, GtkWidget *widget, DndHintPosition horiz, DndHintPosition vert)
Shows a drag-and-drop hint relative to a widget.