Package: gtk
Function gtk-cell-area-request-renderer
Lambda Listgtk-cell-area-request-renderer (area renderer orientation widget for-size) ArgumentsReturn Value minimum-size -- an integer with the minimum size, or nil natural-size -- an integer with the natural size, or nil Details This is a convenience function for gtk-cell-area implementations to
request size for cell renderers.
It is important to use this function to request size and then use the gtk-cell-area-inner-cell-area function at render and event time since
this function will add padding around the cell for focus painting. | See also |
2021-12-20