package ocgtk

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

Module Wrappers.Shadow_node

type t = [ `shadow_node | `render_node ] Gobject.obj
val new_ : [ `render_node ] Gobject.obj -> [ `shadow ] Gobject.obj array -> Gsize.t -> t

Create a new ShadowNode

val get_shadow : t -> Gsize.t -> [ `shadow ] Gobject.obj

Retrieves the shadow data at the given index @i.

val get_n_shadows : t -> Gsize.t

Retrieves the number of shadows in the @node.

val get_child : t -> [ `render_node ] Gobject.obj

Retrieves the child `GskRenderNode` of the shadow @node.