]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktexttag.c
label: refactor code
[~andy/gtk] / gtk / gtktexttag.c
index 10a849d684537ffe5f2287ca851fc510dc39ff3b..8674e92c9f0cd74a2be7f9a049c56bfc5dd3e026 100644 (file)
  *
  * gtk_text_buffer_create_tag() is the best way to create tags.
  * See <application>gtk3-demo</application> for numerous examples.
+ *
+ * For each property of #GtkTextTag, there is a "set" property, e.g.
+ * "font-set" corresponds to "font". These "set" properties reflect
+ * whether a property has been set or not.
+ * They are maintained by GTK+ and you should not set them independently.
  */
 
 #include "config.h"