Interface Notebook.OnPageAdded

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.OnPageAdded
  • Method Summary

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

    • onPageAdded

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