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