| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-3.0.gir |
| C documentation: | GtkTreeViewColumnSizing |
| Enum : | TreeViewColumnSizing |
| Properties | |
|---|---|
|
guint32 Gtk.TreeViewColumnSizing.AUTOSIZE : 1
|
|
|
guint32 Gtk.TreeViewColumnSizing.FIXED : 2
|
|
|
guint32 Gtk.TreeViewColumnSizing.GROW_ONLY : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.TreeViewColumn
Property |
sizing : Gtk.TreeViewColumnSizing
|
|
Gtk.TreeViewColumn
Method |
get_sizing
()
:
Gtk.TreeViewColumnSizing
Returns the current type of tree_column.
|
|
Gtk.TreeViewColumn
Method |
set_sizing
(TreeViewColumnSizing type)
:
none
Sets the growth behavior of tree_column to type.
|