package ocgtk

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

Module Wrappers.Border_node

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

Create a new BorderNode

val get_widths : t -> float array

Retrieves the stroke widths of the border.

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

Retrieves the outline of the border.

val get_colors : t -> Ocgtk_gdk.Gdk.Wrappers.Rgb_a.t

Retrieves the colors of the border.