set_text_column
Description:
[
Version ( since =
"2.6" ) ]
public void set_text_column (
int column)
Sets the column with text for this to be column
.
The text column must be of type STRING.
Parameters:
this |
A IconView.
|
column |
A column in the currently used model, or -1 to display no text
|