Method

Gtk.ConstraintGuide.get_max_size

Declaration [src]

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

Description [src]

Gets the maximum size of guide.

Parameters

width int*
 

return location for the maximum width, or NULL

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

return location for the maximum height, or NULL

 Can be NULL
 Ownership is not transferred to the callee