Method

GntWidgetset_has_shadow

since: 2.14

Declaration [src]

void
gnt_widget_set_has_shadow (
  GntWidget* widget,
  gboolean has_shadow
)

Description [src]

Sets the has-shadow property on widget to has_shadow. Note, setting this property does not necessarily mean the widget will have a shadow, depending on its styling.

Available since: 2.14

Parameters

has_shadow

Type: gboolean

Whether or not the widget has a shadow.