|  |  |  |  | 
| Nautilus.ColumnNautilus.Column — Nautilus.Column Reference | 
Nautilus.Column extends,gobject.GObject {Nautilus.Column(name,
attribute,
label,
description);
}
"attribute" The attribute name to display. Default value: None Read-Write "attribute-q" The attribute name to display, in quark form. Default value: 0 Read "description" The user-visible description of the column. Default value: None Read-Write "label" The label to display in the column. Default value: None Read-Write "name" The name of the column. Default value: None Read-Write-ConstructOnly "xalign" The x-alignment of the column. Allowed values: [0,1]. Default value: 0 Read-Write 
Nautilus.Column(name,
                attribute,
                label,
                description);| 
 | identifier of the column | 
| 
 | the file attribute to be displayed in the column | 
| 
 | the user-visible label for the column | 
| 
 | a user-visible description of the column | 
    Creates a new Nautilus.Column object.