Inline Function
HSWidgetPositionMake
Make a widget position using the specified row and column.
Declaration
static inline HSWidgetPosition HSWidgetPositionMake(NSUInteger row, NSUInteger col);
Parameters
-
row
The row of the position.
-
col
The column of the position.
Return Value
A new widget position with the specified row and column.