Package ch.bailu.gtk.pango
Interface RendererClass.OnDrawRectangle
- 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 TypeMethodDescriptionvoid
onDrawRectangle
(CallbackHandler __self, Renderer renderer, int part, int x, int y, int width, int height)
-
Method Details
-
onDrawRectangle
void onDrawRectangle(CallbackHandler __self, @Nonnull Renderer renderer, int part, int x, int y, int width, int height) - Parameters:
renderer
- a `PangoRenderer`part
- type of object this rectangle is part ofx
- X position at which to draw rectangle, in user space coordinates in Pango unitsy
- Y position at which to draw rectangle, in user space coordinates in Pango unitswidth
- width of rectangle in Pango unitsheight
- height of rectangle in Pango units
-