set_max_width_chars
Description:
[
Version ( since =
"2.6" ) ]
public void set_max_width_chars (
int n_chars)
Sets the desired maximum width in characters of this to n_chars
.
Parameters:
this |
a Label
|
n_chars |
the new desired maximum width, in characters.
|