Active page index

Sometimes it’s useful to do display the handles or some preview data depending on the active property palette page. The index of the active page is obtained by implementation of the function

def set_active_palette_page_index(active_page_index: int):
    """ set the active page index

    Args:
        page_index: active page index
    """

The index starts from 0.