Mercurial > pidgin
comparison src/gtkimhtml.h @ 1574:7ad82fa9e6ce
[gaim-migrate @ 1584]
woo. tooltips. yay.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 15 Mar 2001 13:44:16 +0000 |
parents | d3ff7d80b8fb |
children | d7cbedd1d651 |
comparison
equal
deleted
inserted
replaced
1573:3a8bd72f431f | 1574:7ad82fa9e6ce |
---|---|
50 GdkCursor *hand_cursor; | 50 GdkCursor *hand_cursor; |
51 GdkCursor *arrow_cursor; | 51 GdkCursor *arrow_cursor; |
52 | 52 |
53 GList *bits; | 53 GList *bits; |
54 GList *urls; | 54 GList *urls; |
55 struct _GtkIMHtmlBit *tip_bit; | |
56 GtkWidget *tip_window; | |
57 guint tip_timer; | |
55 | 58 |
56 guint sel_startx, sel_starty; | 59 guint sel_startx, sel_starty; |
57 guint sel_endx, sel_endy; | 60 guint sel_endx, sel_endy; |
58 gboolean selection; | 61 gboolean selection; |
59 GString *selected_text; | 62 GString *selected_text; |