Inline Function

HSWidgetFrameMake

Make a widget frame using the specified row, column, number of rows and number of columns.


Declaration


static inline HSWidgetFrame HSWidgetFrameMake(NSUInteger row, NSUInteger col, NSUInteger numRows, NSUInteger numCols);

Parameters

Return Value

A new widget frame with the specified origin (row, column) and size (numRows, numCols).

Related Links


Creating Frame