@accepts(Gtk.Widget, Gtk.TreeViewColumn, Gtk.CellRenderer, [utf8], gint) @returns(none) def set_tree_view_column_fixed_width(treeview, column, renderer, strings, padding)
Sets a fixed size for a tree view column based on a set of strings to be displayed in the column.
treeview : |
the GtkTreeView containing the column |
column : |
the GtkTreeViewColumn to size |
renderer : |
the GtkCellRenderer used in the column |
strings : |
a NULL-terminated set of strings to base the size on |
padding : |
a small amount of extra padding for the column |