Interface TextTagTable.OnTextTagTableForeach

Enclosing class:
TextTagTable
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 TextTagTable.OnTextTagTableForeach
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    A function used with gtk_text_tag_table_foreach(),
    to iterate over every `GtkTextTag` inside a `GtkTextTagTable`.
  • Method Details

    • onTextTagTableForeach

      void onTextTagTableForeach(CallbackHandler __self, @Nonnull TextTag tag, @Nullable Pointer data)
      A function used with gtk_text_tag_table_foreach(),
      to iterate over every `GtkTextTag` inside a `GtkTextTagTable`.
      Parameters:
      tag - the `GtkTextTag`
      data - data passed to gtk_text_tag_table_foreach()