Method

HandyLeafletset_homogeneous

Declaration [src]

void
hdy_leaflet_set_homogeneous (
  HdyLeaflet* self,
  gboolean folded,
  GtkOrientation orientation,
  gboolean homogeneous
)

Description [src]

Sets whether to be homogeneous for the given fold and orientation.

If it is homogeneous, the HdyLeaflet will request the same width or height for all its children depending on the orientation. If it isn’t and it is folded, the leaflet may change width or height when a different child becomes visible.

Available since:1.0

Parameters

folded gboolean
 

The fold.

orientation GtkOrientation
 

The orientation.

homogeneous gboolean
 

TRUE to make self homogeneous.