Method

Gtk.ConstraintGuide.get_min_size

Declaration [src]

void
gtk_constraint_guide_get_min_size (
  GtkConstraintGuide* guide,
  int* width,
  int* height
)

Description [src]

Gets the minimum size of guide.

Parameters

width int*
 

return location for the minimum width, or NULL

 Can be NULL
 Ownership is not transferred to the callee
height int*
 

return location for the minimum height, or NULL

 Can be NULL
 Ownership is not transferred to the callee