Interface Notebook.OnPageRemoved

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

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

    • onPageRemoved

      void onPageRemoved(@Nonnull Widget child, int page_num)
      the ::page-removed signal is emitted in the notebook
      right after a page is removed from the notebook.
      Parameters:
      child - the child `GtkWidget` affected
      page_num - the @child page number