GtkButton::set_relief

void set_relief(GtkReliefStyle newstyle);

Use this method to set the current relief style for the button and also set the relief property. The parameter newstyle must be one of those specified in GtkReliefStyles. The default is Gtk::RELIEF_NORMAL

See also: get_relief()