Gtk.TreeViewGridLines – gtk+-3.0 Reference Manual
Packages
gtk+-3.0
Gtk
TreeViewGridLines
BOTH
HORIZONTAL
NONE
VERTICAL
TreeViewGridLines
Description:
[
CCode
( cprefix =
"GTK_TREE_VIEW_GRID_LINES_"
, type_id =
"gtk_tree_view_grid_lines_get_type ()"
) ]
public
enum
TreeViewGridLines
Used to indicate which grid lines to draw in a tree view.
Note:
There is no replacement
Namespace:
Gtk
Package:
gtk+-3.0
Content:
Enum values:
BOTH
-
Horizontal and vertical grid lines.
HORIZONTAL
-
Horizontal grid lines.
NONE
-
No grid lines.
VERTICAL
-
Vertical grid lines.