Constructor
PhocSpinnernew
Declaration [src]
PhocSpinner*
phoc_spinner_new (
PhocAnimatable* animatable,
int cx,
int cy,
int size
)
Parameters
animatable
-
Type:
PhocAnimatable
No description available.
The data is owned by the caller of the function. cx
-
Type:
int
No description available.
cy
-
Type:
int
No description available.
size
-
Type:
int
No description available.
Return value
Type: PhocSpinner
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |