Interface Notebook.OnPageReordered

Enclosing class:
Notebook
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Notebook.OnPageReordered
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPageReordered(Widget child, int page_num)
    the ::page-reordered signal is emitted in the notebook
    right after a page has been reordered.
  • Method Details

    • onPageReordered

      void onPageReordered(@Nonnull Widget child, int page_num)
      the ::page-reordered signal is emitted in the notebook
      right after a page has been reordered.
      Parameters:
      child - the child `GtkWidget` affected
      page_num - the new page number for @child