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
-
row
origin row position
-
col
origin column position
-
numRows
number of rows that frame will occupy
-
numCols
number of columns that frame will occupy
Return Value
A new widget frame with the specified origin (row, column) and size (numRows, numCols).
Related Links
Creating Frame
-
HSWidgetFrameMake (c++)
Make a widget frame using the specified origin and size.