diff options
| author | Emmanuele Bassi <ebassi@gnome.org> | 2019-12-13 11:27:22 +0000 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-12-22 19:12:20 +0000 |
| commit | e7bd9adf3ed585f3b7492763a9ea7d8f2ba2c854 (patch) | |
| tree | 82e921c6b2712e0200a4d0e901ba508401d62a05 | |
| parent | 5df5716871864fdc96a4895cbad61643746ccbb5 (diff) | |
| download | gtk+-doc-scale-button-css.tar.gz | |
Document the CSS class used for the ScaleButton popoverdoc-scale-button-css
Otherwise it's not easy to divine the selector for the scale widget
inside the popover.
| -rw-r--r-- | gtk/gtkscalebutton.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index e74dcf2b49..82829b153f 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -70,6 +70,8 @@ * * GtkScaleButton has a single CSS node with name button. To differentiate * it from a plain #GtkButton, it gets the .scale style class. + * + * The popup widget that contains the scale has a .scale-popup style class. */ |
