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