gtktextattributes: explain what is "pg_bg"

I didn't know what "pg" stands for.

https://bugzilla.gnome.org/show_bug.cgi?id=697048
This commit is contained in:
Sébastien Wilmet 2013-03-31 19:08:49 +02:00
parent 3a8f70dd1e
commit 6f990fa7e4

View File

@ -144,6 +144,7 @@ struct _GtkTextAttributes
PangoLanguage *language;
/*< private >*/
/* Paragraph background */
GdkColor *pg_bg_color;
/*< public >*/
@ -159,6 +160,7 @@ struct _GtkTextAttributes
guint editable : 1;
/*< private >*/
/* Paragraph background */
GdkRGBA *pg_bg_rgba;
guint padding[3];