summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxtext.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-11-03 14:19:08 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-11-03 14:27:35 -0500
commit92e3655ace0ac505c283a054d10332a00157e0bf (patch)
treec1255c5f9ed788161eeb71585925d67b34883675 /gtk/gtkcomboboxtext.c
parenta7076d1c4ca914e8fb4b148845a085cb7a818947 (diff)
downloadgtk+-92e3655ace0ac505c283a054d10332a00157e0bf.tar.gz
combo box: Add diagrams to CSS documentation
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r--gtk/gtkcomboboxtext.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c
index df0670f8c9..a465d8be7d 100644
--- a/gtk/gtkcomboboxtext.c
+++ b/gtk/gtkcomboboxtext.c
@@ -70,6 +70,18 @@
* </items>
* </object>
* ]|
+ *
+ * # CSS nodes
+ *
+ * |[<!-- language="plain" -->
+ * combobox
+ * ├── entry.combo
+ * ╰── button.combo
+ * ]|
+ *
+ * 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.
*/
static void gtk_combo_box_text_buildable_interface_init (GtkBuildableIface *iface);