summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-10-25 18:53:56 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-10-26 07:23:07 -0400
commit953aa45c047efa4f84485e6a8aa5c26164cde816 (patch)
tree9de2de54c9c158d0b6ae65c6b0ea7985955b92b1 /gtk/gtklabel.c
parent305b34aa155a8f8113fb3a15bfb8b6d675bfcd5c (diff)
downloadgtk+-953aa45c047efa4f84485e6a8aa5c26164cde816.tar.gz
label docs: Mention common style classes
Mention some of the style classes that are commonly used with labels.
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r--gtk/gtklabel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index e10558f715..e669ed9b45 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -73,7 +73,9 @@
*
* # CSS nodes
*
- * GtkLabel has a single CSS node with the name label.
+ * GtkLabel has a single CSS node with the name label. A wide variety
+ * of style classes may be applied to labels, such as .title, .subtitle,
+ * .dim-label, etc.
*
* # GtkLabel as GtkBuildable
*