And right next of that image I can display text (both is part of a
button).
Is there a way to set multiple images easily too?
For example I would like to set multiple, little icons of “monsters”
right before the text appears, and I want the whole “line” to behave
like
a button.
Is there a way to set multiple images easily too?
For example I would like to set multiple, little icons of “monsters”
right before the text appears, and I want the whole “line” to behave
like
a button.
A Gtk::Button is also a container, so you can put a Gtk::HBox or a
Gtk::Table inside of it.