Widget.layoutHeight - multiple declarations

Function Widget.layoutHeight

returns layout height options (WRAP_CONTENT, FILL_PARENT, or some constant value)

Prototype

int layoutHeight() @property;

Function Widget.layoutHeight

sets layout height options (WRAP_CONTENT, FILL_PARENT, or some constant value)

Prototype

Widget layoutHeight(
  int value
) @property;

Authors

Copyright

License