No changes, just add wxGtkList to ensure g_list_free() is always called.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Aug 2011 12:41:00 +0000 (12:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Aug 2011 12:41:00 +0000 (12:41 +0000)
commit0eec47e4a244d62b086476260e6629288b162f14
tree17dad8a963c9cba2782913999af07a7c5223d531
parent040050b8f4e2b70eee892d604fdeab9728ad2443
No changes, just add wxGtkList to ensure g_list_free() is always called.

Add an extremely simple RAII wrapper around GList and use it.

Also add wxGtkTreePathList which also automatically frees its contents to
simplify working with the lists of GtkTreePaths.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/private/list.h [new file with mode: 0644]
src/gtk/button.cpp
src/gtk/dataview.cpp