From: espen Date: Tue, 2 Jan 2007 15:15:25 +0000 (+0000) Subject: Change required by Gtk+ 2.10 X-Git-Tag: clg-0-93~220 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/d4e8d04a75acaf3a7c9a1a147d12c77efcf39207 Change required by Gtk+ 2.10 --- diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index ef112d4..f460f74 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.lisp @@ -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))