package gapi-ocaml

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

Module CseResource.ImgSizeSource

Sourcetype t =
  1. | Default
  2. | Huge
    (*

    huge

    *)
  3. | Icon
    (*

    icon

    *)
  4. | Large
    (*

    large

    *)
  5. | Medium
    (*

    medium

    *)
  6. | Small
    (*

    small

    *)
  7. | Xlarge
    (*

    xlarge

    *)
  8. | Xxlarge
    (*

    xxlarge

    *)
Sourceval to_string : t -> string
Sourceval of_string : string -> t