diff options
author | Timm Bäder <mail@baedert.org> | 2017-07-16 15:46:09 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:16 -0400 |
commit | d31621256dade497ddcbfefeb6bab080ff7b7eef (patch) | |
tree | 469e9169a9e55cc179ad2f838b6ca25976e348cc | |
parent | 2c3ec495352d634478a4664ae6f7775b5322463b (diff) | |
download | gtk+-d31621256dade497ddcbfefeb6bab080ff7b7eef.tar.gz |
spinbutton: Fix css node docs
-rw-r--r-- | gtk/gtkspinbutton.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 464ca93c01..8952465f7b 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -86,22 +86,22 @@ * * |[<!-- language="plain" --> * spinbutton.horizontal - * ├── undershoot.left - * ├── undershoot.right - * ├── entry - * │ ╰── ... - * ├── button.down - * ╰── button.up + * ╰── box.horizontal + * ├── entry + * │ ├── undershoot.left + * │ ╰── undershoot.right + * ├── button.down + * ╰── button.up * ]| * * |[<!-- language="plain" --> * spinbutton.vertical - * ├── undershoot.left - * ├── undershoot.right - * ├── button.up - * ├── entry - * │ ╰── ... - * ╰── button.down + * ╰── box.vertical + * ├── button.up + * ├── entry + * │ ├── undershoot.left + * │ ╰── undershoot.right + * ╰── button.up * ]| * * GtkSpinButtons main CSS node has the name spinbutton. It creates subnodes |