[ Version ( deprecated = true , deprecated_since = "0.0.12" ) ]
public void set_relief (ReliefStyle relief)
Warning: set_relief is deprecated since 0.0.12.
Sets the relief style of the edges of the main buttons for the given Dialer widget.
use Keypad instead
Two styles exist, gtk_relief_normal and gtk_relief_none. The default style is, as one can guess, gtk_relief_normal.
this |
The Dialer whose main buttons you want to set relief styles of |
relief |
The ReliefStyle as described above |