def delete_page(*args):
    """ Delete the current page.

    :noindex:
    .. note::
        This is utilised by the native MEL UI.
    """
    animationflipbook.delete_page()
Пример #2
0
 def delete_page(self):
     """ Delete the current page.
     """
     animationflipbook.delete_page()