forked from AuroraMiddleware/gtk
combo box: Add diagrams to CSS documentation
This commit is contained in:
parent
a7076d1c4c
commit
92e3655ace
@ -90,8 +90,13 @@
|
|||||||
*
|
*
|
||||||
* # CSS nodes
|
* # CSS nodes
|
||||||
*
|
*
|
||||||
|
* |[<!-- language="plain" -->
|
||||||
|
* combobox
|
||||||
|
* ╰── button.combo
|
||||||
|
* ]|
|
||||||
|
*
|
||||||
* GtkComboBox has a single CSS node with name combobox. It adds the
|
* GtkComboBox has a single CSS node with name combobox. It adds the
|
||||||
* .combo style class to the button (and entry) that it contains.
|
* .combo style class to the button that it contains.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -70,6 +70,18 @@
|
|||||||
* </items>
|
* </items>
|
||||||
* </object>
|
* </object>
|
||||||
* ]|
|
* ]|
|
||||||
|
*
|
||||||
|
* # CSS nodes
|
||||||
|
*
|
||||||
|
* |[<!-- language="plain" -->
|
||||||
|
* combobox
|
||||||
|
* ├── entry.combo
|
||||||
|
* ╰── button.combo
|
||||||
|
* ]|
|
||||||
|
*
|
||||||
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void gtk_combo_box_text_buildable_interface_init (GtkBuildableIface *iface);
|
static void gtk_combo_box_text_buildable_interface_init (GtkBuildableIface *iface);
|
||||||
|
Loading…
Reference in New Issue
Block a user