Inheritance: Gtk.TreeView
Example #1
0
 public TableViewBackend()
 {
     Widget = new CustomTreeView (this);
     Widget.Show ();
 }
Example #2
0
 public TableViewBackend()
 {
     Widget = new CustomTreeView(this);
     Widget.Show();
 }