combobox: Correct the CSS node docs

The box was somehow overlooked in the diagrams.
This commit is contained in:
Matthias Clasen 2016-03-02 15:20:47 -05:00
parent 8205a304e8
commit 4a5801b902
2 changed files with 11 additions and 8 deletions

View File

@ -95,8 +95,9 @@
* combobox * combobox
* box.linked * box.linked
* button.combo * button.combo
* cellview * box
* arrow * cellview
* arrow
* window.popup * window.popup
* ]| * ]|
* *
@ -109,7 +110,8 @@
* box.linked * box.linked
* entry.combo * entry.combo
* button.combo * button.combo
* arrow * box
* arrow
* window.popup * window.popup
* ]| * ]|
* *

View File

@ -74,15 +74,16 @@
* # CSS nodes * # CSS nodes
* *
* |[<!-- language="plain" --> * |[<!-- language="plain" -->
* combobox.linked * combobox
* entry.combo * box.linked
* button.combo * entry.combo
* window.popup * button.combo
* window.popup
* ]| * ]|
* *
* GtkComboBoxText has a single CSS node with name combobox. It adds * 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 * the style class .combo to the main CSS nodes of its entry and button
* children, and the .linked class to the main node. * children, and the .linked class to the node of its internal box.
*/ */
static void gtk_combo_box_text_buildable_interface_init (GtkBuildableIface *iface); static void gtk_combo_box_text_buildable_interface_init (GtkBuildableIface *iface);