From 506d5b5b4886fcc37305d53906fa8a6f136bd7c5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 22 Oct 2015 23:07:54 -0400 Subject: [PATCH] switch: Document css names a bit This is still provisional. Better gtk-doc support will be needed to do better here. --- gtk/gtkswitch.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c index 569ffb0716..d3373f9d2b 100644 --- a/gtk/gtkswitch.c +++ b/gtk/gtkswitch.c @@ -35,6 +35,11 @@ * * GtkSwitch can also handle situations where the underlying state changes with * a delay. See #GtkSwitch::state-set for details. + * + * # CSS nodes + * + * GtkSwitch has two css nodes, the main node with the name switch and a subnode + * named slider. Neither of them is using any style classes. */ #include "config.h"