package ocgtk

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

Class Constraint_guide.constraint_guide

inherit Ocgtk_gtk__.GConstraint_target.constraint_target_t
method get_name : unit -> string option
method get_strength : unit -> Ocgtk_gtk__.Gtk_enums.constraintstrength
method set_max_size : int -> int -> unit
method set_min_size : int -> int -> unit
method set_name : string option -> unit
method set_nat_size : int -> int -> unit
method set_strength : Ocgtk_gtk__.Gtk_enums.constraintstrength -> unit
method max_height : int
method set_max_height : int -> unit
method max_width : int
method set_max_width : int -> unit
method min_height : int
method set_min_height : int -> unit
method min_width : int
method set_min_width : int -> unit
method nat_height : int
method set_nat_height : int -> unit
method nat_width : int
method set_nat_width : int -> unit
method as_constraint_guide : Ocgtk_gtk__.Constraint_guide.t