.. Automatically generated file - do not modify.

.. function:: StylePreference(preference, alternative)
    
    An action that causes `alternative` to become the selected alternative for the given style preference.
    
    `preference`
        A string giving the name of the style preference.
    
    `alternative`
        A string giving the name of the alternative.

.. function:: renpy.get_style_preference(preference)
    
    Returns a string giving the name of the selected alternative for the named style preference.
    
    `preference`
        A string giving the name of the style preference.

.. function:: renpy.register_style_preference(preference, alternative, style, property, value)
    
    Registers information about an alternative for a style preference.
    
    `preference`
        A string, the name of the style preference.
    
    `alternative`
        A string, the name of the alternative.
    
    `style`
        The style that will be updated. This may be a style object or a string giving the style name.
    
    `property`
        A string giving the name of the style property that will be update.
    
    `value`
        The value that will be assigned to the style property.

.. function:: renpy.set_style_preference(preference, alternative)
    
    Sets the selected alternative for the style preference.
    
    `preference`
        A string giving the name of the style preference.
    
    `alternative`
        A string giving the name of the alternative.

