Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'TestApps/Samples/MainWindow.cs')
-rw-r--r--TestApps/Samples/MainWindow.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/TestApps/Samples/MainWindow.cs b/TestApps/Samples/MainWindow.cs
index 7523dc47..2c9e873c 100644
--- a/TestApps/Samples/MainWindow.cs
+++ b/TestApps/Samples/MainWindow.cs
@@ -109,6 +109,8 @@ namespace Samples
AddSample (w, "Password Entry", typeof (PasswordEntries));
var treeview = AddSample (w, "TreeView", typeof(TreeViews));
AddSample (treeview, "Cell Bounds", typeof(TreeViewCellBounds));
+ AddSample (treeview, "Custom Data Source", typeof (TreeViewCustomStore));
+ AddSample (treeview, "Tree View Events", typeof (TreeViewEvents));
AddSample (w, "WebView", typeof(WebViewSample));
var n = AddSample (null, "Drawing", null);