Re: Unable to set background color for button
- From: Daniel Boles <dboles src gmail com>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Unable to set background color for button
- Date: Wed, 4 Mar 2020 18:39:31 +0000
> see C GTK docs for CSS node/class info. i can't recall whether gtkmm's
> doc conversion preserves that section.
Can you point me to the docs? I searched a lot but did not find it.
just search for the C class name, e.g. GtkButton
Thanks for the hint of "first unset..." . Is unsetting image done also
with css or is that a method call?
in CSS. either add a line
background-image: none
or use the shorthand background: instead of background-color: as that will achieve the same effect
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]