Interface Gtk.OnPageSetupDoneFunc

Enclosing class:
Gtk
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 Gtk.OnPageSetupDoneFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The type of function that is passed to
    gtk_print_run_page_setup_dialog_async().
  • Method Details

    • onPageSetupDoneFunc

      void onPageSetupDoneFunc(CallbackHandler __self, @Nonnull PageSetup page_setup, @Nullable Pointer data)
      The type of function that is passed to
      gtk_print_run_page_setup_dialog_async().

      This function will be called when the page setup dialog
      is dismissed, and also serves as destroy notify for @data.
      Parameters:
      page_setup - the `GtkPageSetup` that has been passed to gtk_print_run_page_setup_dialog_async()
      data - user data that has been passed to gtk_print_run_page_setup_dialog_async()