[layout] Remove FlowLayout:wrap
The :wrap property is not implemented, and mostly useless: the FlowLayout is a reflowing grid. This means that if it receives less than the preferred width or height in the flow direction then it should always reflow.
This commit is contained in:

committed by
Emmanuele Bassi

parent
6d954ec074
commit
19317520b5
@ -98,9 +98,6 @@ ClutterLayoutManager * clutter_flow_layout_new (ClutterFlowOrient
|
||||
void clutter_flow_layout_set_orientation (ClutterFlowLayout *layout,
|
||||
ClutterFlowOrientation orientation);
|
||||
ClutterFlowOrientation clutter_flow_layout_get_orientation (ClutterFlowLayout *layout);
|
||||
void clutter_flow_layout_set_wrap (ClutterFlowLayout *layout,
|
||||
gboolean wrap);
|
||||
gboolean clutter_flow_layout_get_wrap (ClutterFlowLayout *layout);
|
||||
void clutter_flow_layout_set_homogeneous (ClutterFlowLayout *layout,
|
||||
gboolean homogeneous);
|
||||
gboolean clutter_flow_layout_get_homogeneous (ClutterFlowLayout *layout);
|
||||
|
Reference in New Issue
Block a user