# API Reference


## Constructors


Create objects


[create_widget()](create_widget.md#gdtest_ref_sectioned.create_widget)  
Create a new widget with the given name and width.

[create_layout()](create_layout.md#gdtest_ref_sectioned.create_layout)  
Create a new layout container.


## Transformers


Transform data


[resize()](resize.md#gdtest_ref_sectioned.resize)  
Resize an object by the given scale factor.

[rotate()](rotate.md#gdtest_ref_sectioned.rotate)  
Rotate an object by the given angle in degrees.


## Validators


Validate input


[check_bounds()](check_bounds.md#gdtest_ref_sectioned.check_bounds)  
Check if a value is within the given bounds.

[check_type()](check_type.md#gdtest_ref_sectioned.check_type)  
Check if an object is of the expected type.


## Utilities


Helper utils


[to_string()](to_string.md#gdtest_ref_sectioned.to_string)  
Convert an object to its string representation.

[from_string()](from_string.md#gdtest_ref_sectioned.from_string)  
Parse a string into a Python object.
