Interface ScaleClass.OnGetLayoutOffsets

Enclosing class:
ScaleClass
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 ScaleClass.OnGetLayoutOffsets
  • Method Details

    • onGetLayoutOffsets

      void onGetLayoutOffsets(CallbackHandler __self, @Nonnull Scale scale, @Nullable Int x, @Nullable Int y)
      Parameters:
      scale - a `GtkScale`
      x - location to store X offset of layout
      y - location to store Y offset of layout