pidgin/gtkblist.h

changeset 18983
77c6142b3dcb
parent 18970
ef13a2231e36
child 19057
59fae1cbeee6
--- a/pidgin/gtkblist.h	Sat Jul 28 20:51:56 2007 +0000
+++ b/pidgin/gtkblist.h	Sat Jul 28 20:52:06 2007 +0000
@@ -370,4 +370,21 @@
  */
 gchar *pidgin_blist_get_name_markup(PurpleBuddy *buddy, gboolean selected, gboolean aliased);
 
+/**
+ * Creates the Buddy List tooltip at the current pointer location for the given buddy list node.
+ *
+ * This tooltip will be destroyed the next time this function is called, or when XXXX
+ * is called
+ *
+ * @param buddy The buddy to show a tooltip for
+ * @param widget The widget to draw the tooltip on
+ */
+void pidgin_blist_draw_tooltip(PurpleBlistNode *node, GtkWidget *widget);
+
+/**
+ * Destroys the current (if any) Buddy List tooltip
+ */
+void pidgin_blist_tooltip_destroy(void);
+
+
 #endif /* _PIDGINBLIST_H_ */

mercurial