Widget.opacity

Get opacity property.

  1. double opacity [@property getter]
    class Widget
    @property
    double
    opacity
    ()
  2. double opacity [@property setter]

Return Value

Type: double

The requested opacity of the widget. See gtk.widget.Widget.setOpacity for more details about window opacity.

Before 3.8 this was only available in GtkWindow