Nemo.Column

Nemo.Column — Nemo.Column Reference

Synopsis

 Nemo.Column extends, gobject.GObject {
  Nemo.Column(name,
              attribute,
              label,
              description);

}

Ancestry

+-- gobject.GObject
    +-- Nemo.Column

Description

A list of Nemo.Column objects is returned by Nemo.ColumnProvider extensions.

Properties

"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

Constructor

Nemo.Column(name,
            attribute,
            label,
            description);

name :

identifier of the column

attribute :

the file attribute to be displayed in the column

label :

the user-visible label for the column

description :

a user-visible description of the column

Creates a new Nemo.Column object.