Gtk_Button
Gtk_Button::Gtk_Button();
Create an empty button.
With an empty button, you can Gtk_Button::add() a widget
such as a Gtk_Pixmap or Gtk_Box.
If you just wish to add a Gtk_Label,
you may want to
use the Gtk_Button(const string &label) ctor
directly instead.
|