mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
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:
parent
3a8f70dd1e
commit
6f990fa7e4
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user