package ocgtk

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

Module Wrappers.Requisition

type t = [ `requisition ] Gobject.obj

A `GtkRequisition` represents the desired size of a widget. See GtkWidget’s geometry management section(class.Widget.html#height-for-width-geometry-management) for more information.

val new_ : unit -> t

Create a new Requisition

val get_type : unit -> Gobject.Type.t