comparison src/gtkimhtml.h @ 10798:08981462ebbb

[gaim-migrate @ 12441] smooth scrolling I'll assume you can figure out how to adjust how long it takes to scroll, so you can play with it. I expect feedback. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Fri, 08 Apr 2005 22:44:02 +0000
parents 5335eb2b8b95
children 6f67d4088da0
comparison
equal deleted inserted replaced
10797:5335eb2b8b95 10798:08981462ebbb
79 GdkCursor *arrow_cursor; 79 GdkCursor *arrow_cursor;
80 GdkCursor *text_cursor; 80 GdkCursor *text_cursor;
81 GHashTable *smiley_data; 81 GHashTable *smiley_data;
82 GtkSmileyTree *default_smilies; 82 GtkSmileyTree *default_smilies;
83 char *protocol_name; 83 char *protocol_name;
84 guint scroll_src;
85 GTimer *scroll_time;
84 86
85 gboolean show_comments; 87 gboolean show_comments;
86 88
87 GtkWidget *tip_window; 89 GtkWidget *tip_window;
88 char *tip; 90 char *tip;