How to only show icon in GTK4 button?
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.
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.