If this property is set to -1, the width will be calculated automatically.
See the section on text layout for details of how gtk.label.Label.widthChars and gtk.label.Label.maxWidthChars determine the width of ellipsized and wrapped labels.
int widthChars() @propertyGet widthChars property.
If this property is set to -1, the width will be calculated automatically.
See the section on text layout for details of how gtk.label.Label.widthChars and gtk.label.Label.maxWidthChars determine the width of ellipsized and wrapped labels.
void widthChars(int propval) @propertySet widthChars property.
propval | The desired width of the label, in characters. If this property is set to -1, the width will be calculated automatically. See the section on text layout for details of how gtk.label.Label.widthChars and gtk.label.Label.maxWidthChars determine the width of ellipsized and wrapped labels. |