diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-11-05 15:41:37 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-11-05 15:41:37 -0500 |
commit | 948e077f1c94f650fd3cc968682a15f90f8ea0e0 (patch) | |
tree | 7ffaaaf838a6f66c465857c3e6a7e71fe26ae07c /gtk/gtktoggletoolbutton.c | |
parent | ec60bd889c71a6d80eca7041a376aa5ca8a535cc (diff) | |
download | gtk+-948e077f1c94f650fd3cc968682a15f90f8ea0e0.tar.gz |
tool button: Add element names for tool item subclasses
Add the obvious names to the CSS nodes of GtkRadioToolButton,
GtkToggleToolButton and GtkSeparatorToolItem.
Diffstat (limited to 'gtk/gtktoggletoolbutton.c')
-rw-r--r-- | gtk/gtktoggletoolbutton.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk/gtktoggletoolbutton.c b/gtk/gtktoggletoolbutton.c index 5cd0f8804e..9a3722c6d1 100644 --- a/gtk/gtktoggletoolbutton.c +++ b/gtk/gtktoggletoolbutton.c @@ -39,8 +39,11 @@ * A #GtkToggleToolButton is a #GtkToolItem that contains a toggle * button. * - * Use gtk_toggle_tool_button_new() to create a new - * #GtkToggleToolButton. + * Use gtk_toggle_tool_button_new() to create a new GtkToggleToolButton. + * + * # CSS nodes + * + * GtkToggleToolButton has a single CSS node with name togglebutton. */ |