Package: gtk

Accessor gtk:cell-renderer-text-width-chars

Lambda List

gtk:cell-renderer-text-width-chars (object)

Syntax

(gtk:cell-renderer-text-width-chars object) => width
(setf (gtk:cell-renderer-text-width-chars object) width)

Arguments

object -- a gtk:cell-renderer-text object
width -- an integer with the width of the cell

Details

Accessor of the width-chars slot of the gtk:cell-renderer-text class. The desired width of the cell, in characters. If this property is set to -1, the width will be calculated automatically, otherwise the cell will request either 3 characters or the property value, whichever is greater.

Warning

The gtk:cell-renderer-text implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-2-21