Stetic.CellRendererPropertyGroup.CellRendererPropertyGroup C# (CSharp) Method

CellRendererPropertyGroup() public method

public CellRendererPropertyGroup ( Gtk.TreeView tree ) : System
tree Gtk.TreeView
return System
        public CellRendererPropertyGroup(TreeView tree)
        {
            this.tree = tree;
            layout = new Pango.Layout (tree.PangoContext);
            layout.Wrap = Pango.WrapMode.Char;

            Pango.FontDescription des = tree.Style.FontDescription.Copy();
            layout.FontDescription = des;
        }