Method

Gtk.Label.set_max_width_chars

Declaration [src]

void
gtk_label_set_max_width_chars (
  GtkLabel* self,
  int n_chars
)

Description [src]

Sets the desired maximum width in characters of label to n_chars.

Parameters

n_chars int
 

the new desired maximum width, in characters.