Schnittstelle Gtk.OnPageSetupDoneFunc

Umschließende Klasse:
Gtk
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface Gtk.OnPageSetupDoneFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    The type of function that is passed to
    gtk_print_run_page_setup_dialog_async().
  • Methodendetails

    • 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.
      Parameter:
      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()