src/gtkimhtml.h

changeset 8681
f7dc7d2bf200
parent 8677
18b494207322
child 8686
87eb1cde44c9
equal deleted inserted replaced
8680:cd91606d5090 8681:f7dc7d2bf200
104 gchar *backcolor; 104 gchar *backcolor;
105 gchar *fontface; 105 gchar *fontface;
106 int fontsize; 106 int fontsize;
107 GtkTextTag *link; 107 GtkTextTag *link;
108 } edit; 108 } edit;
109 char *clipboard_string; 109
110 char *clipboard_text_string;
111 char *clipboard_html_string;
110 }; 112 };
111 113
112 struct _GtkIMHtmlClass { 114 struct _GtkIMHtmlClass {
113 GtkTextViewClass parent_class; 115 GtkTextViewClass parent_class;
114 116

mercurial