Module Actions_arguments.GuiSource

Sourcetype t = {
  1. x : int option;
  2. y : int option;
  3. scale : float option;
  4. width : int option;
  5. height : int option;
}
Sourceval result_of_option : 'a -> 'b option -> ('b, [> `Msg of 'a ]) result
Sourceval int : (string * 'a) -> (int, [> `Msg of string ]) result
Sourceval float : (string * 'a) -> (float, [> `Msg of string ]) result
Sourceval correct_syntax : string
Sourceval parse : string -> (t * Actions_arguments__.Warnings.warnor list, [> `Msg of string ]) result
Sourceval to_string : t -> string