inital gtk2 patch
[claws.git] / src / textview.h
index d8b819496ad77939a992e36f271969c293dbec79..935ab988358bb610e11fc373f39111c7231e2ec8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2002 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2003 Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -36,23 +36,16 @@ struct _TextView
 {
        GtkWidget *vbox;
        GtkWidget *scrolledwin;
-       GtkWidget *scrolledwin_sb;
-       GtkWidget *scrolledwin_mb;
        GtkWidget *text;
-       GtkWidget *text_sb;
-       GtkWidget *text_mb;
 
        GtkWidget *popup_menu;
        GtkItemFactory *popup_factory;
 
-       gboolean text_is_mb;
-
+       gboolean default_text;
+       gboolean is_in_signature;
+       
        GSList *uri_list;
        gint body_pos;
-       gint cur_pos;
-
-       GdkFont *msgfont;
-       GdkFont *boldfont;
 
        gboolean show_all_headers;