Gtk_ToggleButton
Gtk_ToggleButton::Gtk_ToggleButton();
Create an empty toggle 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_ToggleButton(const string &label) ctor
directly instead.
|