set_relief


Description:

public void set_relief (ReliefStyle relief)

Sets the relief style of the edges of the given Button widget.

Two styles exist, gtk_relief_normal and gtk_relief_none. The default style is, as one can guess, gtk_relief_normal. The deprecated value gtk_relief_half behaves the same as gtk_relief_normal.

Parameters:

this

The Button you want to set relief styles of

relief

The GtkReliefStyle as described above