Package: gtk
Function gtk:cell-area-request-renderer
Lambda Listgtk:cell-area-request-renderer (area renderer orientation widget for-size) ArgumentsReturn Value minimum -- an integer with the minimum size, or nil natural -- 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. Warning | See also |
#2024-7-7