package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wrappers.Inset_shadow_node

type t = [ `inset_shadow_node | `render_node ] Gobject.obj
val new_ : [ `rounded_rect ] Gobject.obj -> Ocgtk_gdk.Gdk.Wrappers.Rgb_a.t -> float -> float -> float -> float -> t

Create a new InsetShadowNode

val get_spread : t -> float

Retrieves how much the shadow spreads inwards.

val get_outline : t -> [ `rounded_rect ] Gobject.obj

Retrieves the outline rectangle of the inset shadow.

val get_dy : t -> float

Retrieves the vertical offset of the inset shadow.

val get_dx : t -> float

Retrieves the horizontal offset of the inset shadow.

Retrieves the color of the inset shadow.

val get_blur_radius : t -> float

Retrieves the blur radius to apply to the shadow.