![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-length —
struct FoLength; struct FoLengthClass; FoDatatype* fo_length_new (void); FoDatatype* fo_length_new_with_value (gdouble value);gdouble fo_length_get_value (FoDatatype *length); FoDatatype* fo_length_get_length_zero (void);
GObject +----FoObject +----FoDatatype +----FoLength
"value"gdouble : Read / Write / Construct Only
FoDatatype* fo_length_new (void);
Creates a new FoLength initialized to default value.
Returns : | The new FoLength. |
FoDatatype* fo_length_new_with_value (gdouble value);
Creates a new FoLength set to value.
gdouble fo_length_get_value (FoDatatype *length);
Get the value of length.
length : | FoLength. |
Returns : | Numeric value of length. |
FoDatatype* fo_length_get_length_zero (void);
Get an FoLength with the well-known value of 0pt.
Returns : | The FoLength. |
<< fo-keep | FoLengthBpIpD >> |