0

I'm using a column view in GTK4 (gtkmm4). One of the columns is a C++ class inheriting from a Gtk::Grid and packs a couple of buttons. The buttons are set to have some standard icons to make the UI intuitive.

One issue I have the grid is very obvious due to the buttons having a clear frame around the embedded icons.

enter image description here

How can I make the buttons ONLY show the icon and not show the gray-contrast area around it?

2
  • A few ideas: make the button transparent with CSS, use a Gtk::Image with Gtk::EventBox to capture mouse events. Commented Jun 4, 2024 at 2:30
  • Idea : stackoverflow.com/a/53008709/6575139 Commented Jun 5, 2024 at 13:40

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.