package oxbow

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

Module Window.Size_hintsSource

type 'a t = {
  1. min_w : 'a;
  2. max_w : 'a;
  3. min_h : 'a;
  4. max_h : 'a;
}