tool button: Add element names for tool item subclasses

Add the obvious names to the CSS nodes of GtkRadioToolButton,
GtkToggleToolButton and GtkSeparatorToolItem.
This commit is contained in:
Matthias Clasen
2015-11-05 15:41:37 -05:00
parent ec60bd889c
commit 948e077f1c
3 changed files with 19 additions and 12 deletions

View File

@ -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.
*/