Constructor
GtkConstraintnew_constant
Declaration [src]
GtkConstraint*
gtk_constraint_new_constant (
  GtkConstraintTarget* target,
  GtkConstraintAttribute target_attribute,
  GtkConstraintRelation relation,
  double constant,
  int strength
)
Description [src]
Creates a new constraint representing a relation between a layout attribute on a target and a constant value.
Parameters
- target
- 
            Type: GtkConstraintTargetA the target of the constraint. The argument can be NULL.The data is owned by the caller of the function. 
- target_attribute
- 
            Type: GtkConstraintAttributeThe attribute of targetto be set.
- relation
- 
            Type: GtkConstraintRelationThe relation equivalence between target_attributeandconstant
- constant
- 
            Type: doubleA constant factor to be set on target_attribute
- strength
- 
            Type: intThe strength of the constraint. 
Return value
Type: GtkConstraint
The newly created constraint.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |