diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-03-02 15:20:47 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-03-02 15:20:47 -0500 |
commit | 4a5801b9020458cfaed4cd478c79d55839387d37 (patch) | |
tree | 1f7d1e1f45e43635792c1fe46f2b1688060dfa78 /gtk/gtkcomboboxtext.c | |
parent | 8205a304e85fb8bb95d2722df0416c6f4de17ddf (diff) | |
download | gtk+-4a5801b9020458cfaed4cd478c79d55839387d37.tar.gz |
combobox: Correct the CSS node docs
The box was somehow overlooked in the diagrams.
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r-- | gtk/gtkcomboboxtext.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index 12447e79f0..4b15c04028 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -74,15 +74,16 @@ * # CSS nodes * * |[<!-- language="plain" --> - * combobox.linked - * ├── entry.combo - * ├── button.combo - * ╰── window.popup + * combobox + * ╰── box.linked + * ├── entry.combo + * ├── button.combo + * ╰── window.popup * ]| * * GtkComboBoxText has a single CSS node with name combobox. It adds * the style class .combo to the main CSS nodes of its entry and button - * children, and the .linked class to the main node. + * children, and the .linked class to the node of its internal box. */ static void gtk_combo_box_text_buildable_interface_init (GtkBuildableIface *iface); |