]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtklabel.h
Practically everything changed.
[~andy/gtk] / gtk / gtklabel.h
index d684b48544fdb37f4dacf9a7c4a19ce2f0611417..9e3a6a77f41fac3e05c0d529e618aaec9db6dbe9 100644 (file)
@@ -1,4 +1,4 @@
-/* GTK - The GIMP Toolkit
+/* GTK - The GTK+ Toolkit
  * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
  *
  * This library is free software; you can redistribute it and/or
@@ -56,30 +56,30 @@ struct _GtkLabel
   GtkMisc misc;
 
   /*< private >*/
-  gchar  *label;
-  guint   jtype            : 2;
-  guint   wrap             : 1;
-  guint   use_underline    : 1;
-  guint   use_markup       : 1;
-  guint   ellipsize        : 3;
-  guint   single_line_mode : 1;
-  guint   have_transform   : 1;
-  guint   in_click         : 1;
-  guint   wrap_mode        : 3;
-  guint   pattern_set      : 1;
-
-  guint   mnemonic_keyval;
-
-  gchar  *text;
-  PangoAttrList *attrs;
-  PangoAttrList *effective_attrs;
-
-  PangoLayout *layout;
-
-  GtkWidget *mnemonic_widget;
-  GtkWindow *mnemonic_window;
-
-  GtkLabelSelectionInfo *select_info;
+  gchar  *GSEAL (label);
+  guint   GSEAL (jtype)            : 2;
+  guint   GSEAL (wrap)             : 1;
+  guint   GSEAL (use_underline)    : 1;
+  guint   GSEAL (use_markup)       : 1;
+  guint   GSEAL (ellipsize)        : 3;
+  guint   GSEAL (single_line_mode) : 1;
+  guint   GSEAL (have_transform)   : 1;
+  guint   GSEAL (in_click)         : 1;
+  guint   GSEAL (wrap_mode)        : 3;
+  guint   GSEAL (pattern_set)      : 1;
+
+  guint   GSEAL (mnemonic_keyval);
+
+  gchar  *GSEAL (text);
+  PangoAttrList *GSEAL (attrs);
+  PangoAttrList *GSEAL (effective_attrs);
+
+  PangoLayout *GSEAL (layout);
+
+  GtkWidget *GSEAL (mnemonic_widget);
+  GtkWindow *GSEAL (mnemonic_window);
+
+  GtkLabelSelectionInfo *GSEAL (select_info);
 };
 
 struct _GtkLabelClass