Method

GntWidgetget_has_shadow

since: 2.14

Declaration [src]

gboolean
gnt_widget_get_has_shadow (
  GntWidget* widget
)

Description [src]

Returns the has-shadow property on widget. Note, this is a property of the widget, but does not necessarily mean the widget will have a shadow as that depends on its styling. Use gnt_widget_has_shadow() to determine whether the widget will actually have a shadow.

Available since: 2.14

Return value

Type: gboolean

Whether the widget has a shadow set or not.