chiark / gitweb /
Change required by Gtk+ 2.10
[clg] / gtk / gtktypes.lisp
index db1c2e16ae10eb601138d1eb297d7a7a733e5c28..1e56d38eee100f69fff33ee155603b4a66598c15 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gtktypes.lisp,v 1.51 2006-09-27 08:45:29 espen Exp $
+;; $Id: gtktypes.lisp,v 1.52 2007-01-02 15:15:25 espen Exp $
 
 (in-package "GTK")
 
@@ -1264,8 +1264,14 @@ (defclass selection-data (boxed)
   (:metaclass boxed-class))
 
 
+#?-(pkg-exists-p "gtk+-2.0" :atleast-version "2.10.0")
 (defclass target-list (proxy)
   ()
   (:metaclass proxy-class)
   (:ref target-list-ref)
   (:unref target-list-unref))
+
+#?(pkg-exists-p "gtk+-2.0" :atleast-version "2.10.0")
+(defclass target-list (boxed)
+  ()
+  (:metaclass boxed-class))