diff pidgin/gtkimhtmltoolbar.h @ 19469:42ee8f13c917

Add horizontal rules and strikethroughs to the toolbar
author Sean Egan <seanegan@gmail.com>
date Mon, 27 Aug 2007 17:16:11 +0000
parents 760ef6d78d2d
children 44b4e8bd759b 7f8cf35fc99b
line wrap: on
line diff
--- a/pidgin/gtkimhtmltoolbar.h	Mon Aug 27 05:35:00 2007 +0000
+++ b/pidgin/gtkimhtmltoolbar.h	Mon Aug 27 17:16:11 2007 +0000
@@ -74,6 +74,8 @@
 	GtkWidget *image_dialog;
 
 	char *sml;
+	GtkWidget *strikethrough;
+	GtkWidget *insert_hr;
 };
 
 struct _GtkIMHtmlToolbarClass {