]> git.saurik.com Git - wxWidgets.git/commit - include/wx/gtk/treectrl.h
Prealpha, prebeta of new wxTreeCtrl for GTK. It is possible to AddRoot,
authorDenis Pershin <dyp@inetlab.com>
Sat, 24 Oct 1998 05:52:43 +0000 (05:52 +0000)
committerDenis Pershin <dyp@inetlab.com>
Sat, 24 Oct 1998 05:52:43 +0000 (05:52 +0000)
commite21a504837179fc2be49f72e03664c8d8cc82148
treea7d66d9f0a73e858df2a892ab4d72c4317caa67c
parent321db4b6bf15df209942b9c0e6c744c8e7074d1b
Prealpha, prebeta of new wxTreeCtrl for GTK. It is possible to AddRoot,
AppendItem... InsertItem and PrependItem is not working...
Sample modified to new API. I understand that operator wxTreeItemId::long()
exists on MSW wxWindows, but on wxGTK id type is a pointer...

2Vadim: Please test the sample with MSW wxTreeCtrl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/treectrl.h
include/wx/gtk1/treectrl.h
samples/treectrl/treetest.cpp
src/gtk/treectrl.cpp
src/gtk1/treectrl.cpp