xmlroff Reference Manual |
---|
fo-property-score-spaces —
enum FoEnumScoreSpaces; #define FO_TYPE_ENUM_SCORE_SPACESGType fo_enum_score_spaces_get_type (void); struct FoPropertyScoreSpaces; struct FoPropertyScoreSpacesClass; FoProperty* fo_property_score_spaces_new (void); FoProperty* fo_property_score_spaces_get_initial (void);
typedef enum { FO_ENUM_SCORE_SPACES_TRUE, FO_ENUM_SCORE_SPACES_FALSE } FoEnumScoreSpaces;
FoProperty* fo_property_score_spaces_new (void);
Creates a new FoPropertyScoreSpaces initialized to default value.
Returns : | the new FoPropertyScoreSpaces. |
FoProperty* fo_property_score_spaces_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< scaling-method | fo-property-source-document >> |