package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gsk/Ocgtk_gsk/Gsk/Wrappers/Inset_shadow_node/index.html

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.