diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-15 17:47:08 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-15 17:48:39 -0500 |
commit | 54a6e032ca86de5a282e27a0a0cc298a27d32a1a (patch) | |
tree | 55fb57857cae1fb679fd7b92ea81d5f13fba034d /gtk/gtkcomboboxtext.c | |
parent | 0049be4e58ef33749d9ddddb58357c5c93125d5d (diff) | |
download | gtk+-54a6e032ca86de5a282e27a0a0cc298a27d32a1a.tar.gz |
combobox: Document the popup window CSS node
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r-- | gtk/gtkcomboboxtext.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index a465d8be7d..43410f3cb7 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -76,7 +76,8 @@ * |[<!-- language="plain" --> * combobox * ├── entry.combo - * ╰── button.combo + * ├── button.combo + * ╰── window.popup * ]| * * GtkComboBoxText has a single CSS node with name combobox. It adds |