]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktexttag.h
GtkImage: Use gtk_widget_render_icon_pixbuf()
[~andy/gtk] / gtk / gtktexttag.h
index 39c9f73d92cf2e13f71398f9ce5ed5711c4ac918..20d631af9eb023e5348df0b2f53a42ac330ceb62 100644 (file)
@@ -58,9 +58,6 @@
 #include <gdk/gdk.h>
 #include <gtk/gtkenums.h>
 
-/* Not needed, retained for compatibility -Yosh */
-#include <gtk/gtkobject.h>
-
 
 G_BEGIN_DECLS
 
@@ -109,10 +106,8 @@ struct _GtkTextTag
    * this tag does not affect it.
    */
   guint GSEAL (bg_color_set) : 1;
-  guint GSEAL (bg_stipple_set) : 1;
   guint GSEAL (fg_color_set) : 1;
   guint GSEAL (scale_set) : 1;
-  guint GSEAL (fg_stipple_set) : 1;
   guint GSEAL (justification_set) : 1;
   guint GSEAL (left_margin_set) : 1;
   guint GSEAL (indent_set) : 1;
@@ -174,8 +169,6 @@ struct _GtkTextAppearance
   /*< public >*/
   GdkColor bg_color;
   GdkColor fg_color;
-  GdkBitmap *bg_stipple;
-  GdkBitmap *fg_stipple;
 
   /* super/subscript rise, can be negative */
   gint rise;
@@ -263,9 +256,6 @@ struct _GtkTextAttributes
   /* can edit this text */
   guint editable : 1;
 
-  /* colors are allocated etc. */
-  guint realized : 1;
-
   /*< private >*/
   guint pad1 : 1;
   guint pad2 : 1;