src/gtkimhtml.h

changeset 8519
13be07662047
parent 8516
a29b503cdfa0
child 8677
18b494207322
equal deleted inserted replaced
8518:694a8ad60edd 8519:13be07662047
74 74
75 struct _GtkIMHtml { 75 struct _GtkIMHtml {
76 GtkTextView text_view; 76 GtkTextView text_view;
77 GtkTextBuffer *text_buffer; 77 GtkTextBuffer *text_buffer;
78 GtkTextMark *end; 78 GtkTextMark *end;
79 gboolean comments, smileys;
80 GdkCursor *hand_cursor; 79 GdkCursor *hand_cursor;
81 GdkCursor *arrow_cursor; 80 GdkCursor *arrow_cursor;
82 GdkCursor *text_cursor; 81 GdkCursor *text_cursor;
83 GHashTable *smiley_data; 82 GHashTable *smiley_data;
84 GtkSmileyTree *default_smilies; 83 GtkSmileyTree *default_smilies;

mercurial