Method
HandyDeckset_homogeneous
Declaration [src]
void
hdy_deck_set_homogeneous (
  HdyDeck* self,
  GtkOrientation orientation,
  gboolean homogeneous
)
Description [src]
Sets whether self is homogeneous for a given orientation.
If set to FALSE, different children can have different size along the
opposite orientation.
| Available since: | 1.0 | 
Parameters
| orientation | GtkOrientation | 
| The orientation. | |
| homogeneous | gboolean | 
| 
 |