diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-08-09 15:32:21 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-08-09 16:08:00 +0200 |
commit | 7e22b46c1f5c7cc15e18283932497760705f03a3 (patch) | |
tree | 9fbd832f11f95e0ccb55857b739be9f88a9e69c5 /docs | |
parent | d324a99454ebe3fbf556f091e724f02c5fa777b5 (diff) | |
download | gtk+-7e22b46c1f5c7cc15e18283932497760705f03a3.tar.gz |
combobox: add a "combobox-entry" style class for comboboxes with entries
This way themes can use GtkComboBox.combobox-entry to match that
specific case, and GtkComboBox.combobox-entry .button to match the
button/arrow side of the widget.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 7992f8faed..e1a8a84847 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -5530,6 +5530,7 @@ GTK_STYLE_CLASS_BACKGROUND GTK_STYLE_CLASS_BUTTON GTK_STYLE_CLASS_CALENDAR GTK_STYLE_CLASS_CELL +GTK_STYLE_CLASS_COMBOBOX_ENTRY GTK_STYLE_CLASS_CHECK GTK_STYLE_CLASS_DEFAULT GTK_STYLE_CLASS_ENTRY |