Button.setRelief

Sets the relief style of the edges of the given GtkButton widget. Three styles exist, GTK_RELIEF_NORMAL, GTK_RELIEF_HALF, GTK_RELIEF_NONE. The default style is, as one can guess, GTK_RELIEF_NORMAL.

class Button
void
setRelief

Parameters

newstyle GtkReliefStyle

The GtkReliefStyle as described above.

Meta