Package ch.bailu.gtk.pango
Interface RendererClass.OnDrawErrorUnderline
- Enclosing class:
- RendererClass
- 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 TypeMethodDescriptionvoidonDrawErrorUnderline(CallbackHandler __self, Renderer renderer, int x, int y, int width, int height)
-
Method Details
-
onDrawErrorUnderline
void onDrawErrorUnderline(CallbackHandler __self, @Nonnull Renderer renderer, int x, int y, int width, int height) - Parameters:
renderer- a `PangoRenderer`x- X coordinate of underline, in Pango units in user coordinate systemy- Y coordinate of underline, in Pango units in user coordinate systemwidth- width of underline, in Pango units in user coordinate systemheight- height of underline, in Pango units in user coordinate system
-