forked from AuroraMiddleware/gtk
combobox: Correct the CSS node docs
The box was somehow overlooked in the diagrams.
This commit is contained in:
parent
8205a304e8
commit
4a5801b902
@ -95,8 +95,9 @@
|
||||
* combobox
|
||||
* ├── box.linked
|
||||
* │ ╰── button.combo
|
||||
* │ ├── cellview
|
||||
* │ ╰── arrow
|
||||
* │ ╰── box
|
||||
* │ ├── cellview
|
||||
* │ ╰── arrow
|
||||
* ╰── window.popup
|
||||
* ]|
|
||||
*
|
||||
@ -109,7 +110,8 @@
|
||||
* ├── box.linked
|
||||
* │ ├── entry.combo
|
||||
* │ ╰── button.combo
|
||||
* │ ╰── arrow
|
||||
* │ ╰── box
|
||||
* │ ╰── arrow
|
||||
* ╰── window.popup
|
||||
* ]|
|
||||
*
|
||||
|
@ -74,15 +74,16 @@
|
||||
* # CSS nodes
|
||||
*
|
||||
* |[<!-- language="plain" -->
|
||||
* combobox.linked
|
||||
* ├── entry.combo
|
||||
* ├── button.combo
|
||||
* ╰── window.popup
|
||||
* combobox
|
||||
* ╰── box.linked
|
||||
* ├── entry.combo
|
||||
* ├── button.combo
|
||||
* ╰── window.popup
|
||||
* ]|
|
||||
*
|
||||
* 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
|
||||
* 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);
|
||||
|
Loading…
Reference in New Issue
Block a user