Package ch.bailu.gtk.gtk
Interface CellRendererClass.OnGetAlignedArea
- Enclosing class:
- CellRendererClass
- 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
onGetAlignedArea
(CallbackHandler __self, CellRenderer cell, Widget widget, int flags, Rectangle cell_area, Rectangle aligned_area)
-
Method Details
-
onGetAlignedArea
void onGetAlignedArea(CallbackHandler __self, @Nonnull CellRenderer cell, @Nonnull Widget widget, int flags, @Nonnull Rectangle cell_area, @Nonnull Rectangle aligned_area) - Parameters:
cell
- a `GtkCellRenderer` instancewidget
- the `GtkWidget` this cell will be rendering toflags
- render flagscell_area
- cell area which would be passed to gtk_cell_renderer_render()aligned_area
- the return location for the space inside @cell_area that would actually be used to render.
-