Home | History | Annotate | Download | only in gui

Lines Matching refs:col

85         col = gtk.TreeViewColumn(_("File\nSpecification"), gtk.CellRendererText(), text=SPEC_COL)
86 col.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)
87 col.set_fixed_width(250)
89 col.set_sort_column_id(SPEC_COL)
90 col.set_resizable(True)
91 self.view.append_column(col)
92 col = gtk.TreeViewColumn(_("Selinux\nFile Type"), gtk.CellRendererText(), text=TYPE_COL)
94 col.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)
95 col.set_fixed_width(250)
96 col.set_sort_column_id(TYPE_COL)
97 col.set_resizable(True)
98 self.view.append_column(col)
99 col = gtk.TreeViewColumn(_("File\nType"), gtk.CellRendererText(), text=2)
100 col.set_sort_column_id(FTYPE_COL)
101 col.set_resizable(True)
102 self.view.append_column(col)