![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-property-media-usage —
enum FoEnumMediaUsage; #define FO_TYPE_ENUM_MEDIA_USAGE struct FoPropertyMediaUsage; struct FoPropertyMediaUsageClass;GType fo_property_media_usage_get_type (void); FoProperty* fo_property_media_usage_new (void); FoProperty* fo_property_media_usage_get_initial (void);
typedef enum { FO_ENUM_MEDIA_USAGE_AUTO, FO_ENUM_MEDIA_USAGE_PAGINATE, FO_ENUM_MEDIA_USAGE_BOUNDED_IN_ONE_DIMENSION, FO_ENUM_MEDIA_USAGE_UNBOUNDED } FoEnumMediaUsage;
GType fo_property_media_usage_get_type (void);
Register the FoPropertyMediaUsage type if not already registered and
return its
Returns : | |
FoProperty* fo_property_media_usage_new (void);
Creates a new FoPropertyMediaUsage initialized to default value.
Returns : | the new FoPropertyMediaUsage. |
FoProperty* fo_property_media_usage_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
<< fo-property-master-reference | fo-property-number-columns-repeated >> |