package ocgtk

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

Module Wrappers.Fixed_layout_child

type t = [ `fixed_layout_child | `layout_child | `object_ ] Gobject.obj
val set_transform : t -> Ocgtk_gsk.Gsk.Wrappers.Transform.t -> unit

Sets the transformation of the child of a `GtkFixedLayout`.

val get_transform : t -> Ocgtk_gsk.Gsk.Wrappers.Transform.t option

Retrieves the transformation of the child.