Inscription.natLines

Set natLines property.

  1. uint natLines [@property getter]
  2. uint natLines [@property setter]
    class Inscription
    @property
    void
    natLines
    (
    uint propval
    )

Parameters

propval uint

The number of lines that should ideally fit into the inscription.

This influences the requested height, not the height actually given to the widget. The widget might turn out larger as well as smaller.

If this property is set to a value smaller than property@Gtk.Inscription:min-lines, that value will be used. In particular, for the default value of 0, this will always be the case.