Interface IMContextClass.OnSetClientWidget

Enclosing class:
IMContextClass
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 IMContextClass.OnSetClientWidget
  • Method Details

    • onSetClientWidget

      void onSetClientWidget(CallbackHandler __self, @Nonnull IMContext context, @Nullable Widget widget)
      Parameters:
      context - a `GtkIMContext`
      widget - the client widget. This may be %NULL to indicate that the previous client widget no longer exists.