def display_previous_page(*args):
    """ Display previous page.

    :noindex:
    .. note::
        This is utilised by the native MEL UI.
    """
    animationflipbook.display_previous_page()
Example #2
0
 def display_previous_page(self):
     """ Display the previous page.
     """
     animationflipbook.display_previous_page()