Inline Function

HSWidgetFrameMake (c++)

Make a widget frame using the specified origin and size.


Declaration


static inline HSWidgetFrame HSWidgetFrameMake(HSWidgetPosition position, HSWidgetSize HSWidgetSize);

Parameters

Return Value

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

Notes

This is an overloaded method so it is only available when compiling as c++.

Related Links


Creating Frame

  • HSWidgetFrameMake

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