Function
AtkRangenew
Declaration [src]
AtkRange*
atk_range_new (
gdouble lower_limit,
gdouble upper_limit,
const gchar* description
)
Parameters
lower_limit |
gdouble |
Inferior limit for this range. |
|
upper_limit |
gdouble |
Superior limit for this range. |
|
description |
const gchar* |
Human readable description of this range. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | AtkRange |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |