StringList.append
void append(string string_)Appends string to self.
The string will be copied. See gtk.string_list.StringList.take for a way to avoid that.
Parameters
string_ | the string to insert |
void append(string string_)Appends string to self.
The string will be copied. See gtk.string_list.StringList.take for a way to avoid that.
string_ | the string to insert |