add a scoped_ptr-like wxGtkObject class which calls g_object_unref() automatically...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Aug 2008 01:06:58 +0000 (01:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Aug 2008 01:06:58 +0000 (01:06 +0000)
commitf3d7473941a193fe1aed18b86a432b1600d55750
treecc11c7e6cb1b668608aef0f9245361f6f0daf79a
parent98d8a7ece55ff5f8ca9cd39eba045d92df413fe6
add a scoped_ptr-like wxGtkObject class which calls g_object_unref() automatically and use it in some GC-related code

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