Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSetClientWidget
(CallbackHandler __self, IMContext context, Widget widget)
-
Method Details
-
onSetClientWidget
- Parameters:
context
- a `GtkIMContext`widget
- the client widget. This may be %NULL to indicate that the previous client widget no longer exists.
-