Inscription.natChars

uint natChars() @property

Get natChars property.

Returns

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

This influences the requested width, not the width 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-chars, that value will be used. In particular, for the default value of 0, this will always be the case.

void natChars(uint propval) @property

Set natChars property.

Parameters

propvalThe number of characters that should ideally fit into the inscription. This influences the requested width, not the width 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-chars, that value will be used. In particular, for the default value of 0, this will always be the case.