Interface CellLayoutIface.OnReorder

Enclosing class:
CellLayoutIface
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 CellLayoutIface.OnReorder
  • Method Details

    • onReorder

      void onReorder(CallbackHandler __self, @Nonnull CellLayout cell_layout, @Nonnull CellRenderer cell, int position)
      Parameters:
      cell_layout - a `GtkCellLayout`
      cell - a `GtkCellRenderer` to reorder
      position - new position to insert @cell at