From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id AA40EBC6C for ; Wed, 6 Feb 2008 23:12:55 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAM2/qUdC+VytkGdsb2JhbACQLgEBAQEHBAQJChEHljeGFg X-IronPort-AV: E=Sophos;i="4.25,314,1199660400"; d="scan'208";a="22317272" Received: from ug-out-1314.google.com ([66.249.92.173]) by mail4-smtp-sop.national.inria.fr with ESMTP; 06 Feb 2008 23:12:55 +0100 Received: by ug-out-1314.google.com with SMTP id k40so513727ugc.18 for ; Wed, 06 Feb 2008 14:12:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=FOno2/froNQR6ImupGj5JufdP6sf0nSPra4vq1rE5PY=; b=cxPP2IVooNJFd/BQa6uHayQ/jLITxWoZ6QgUIkb18FtMrbkwjfgirt33cSJb137fU2iCbGZdpYDP/FTiMED2miIrXj/k45NDe0dzwrvnVl4F41iZ+/UbPinHc+oXMyVjBesl0Cs0TDM9epfVRxSmvJ8H591NUtL1TSH8mY+4DXA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=M1WCD2DR6olG4YyN9sy5AbJd6YPJyf8AlGt52uT5+/lAnV19003LujY+N/YBN79dDj54YUZPfFMUznMBa0mXcAMt5Bg6qwOup2LXW0NJRaRkoFzSCcxs+0JVZmJPrA5MpjG6u7iEgmBTtlLiHBzTLMn9ckEuJKO0evyMEYIJzMw= Received: by 10.78.151.3 with SMTP id y3mr18798058hud.65.1202335974630; Wed, 06 Feb 2008 14:12:54 -0800 (PST) Received: by 10.78.25.10 with HTTP; Wed, 6 Feb 2008 14:12:54 -0800 (PST) Message-ID: <95513600802061412h3af4d0f5v14ed9cf68b1f61f4@mail.gmail.com> Date: Wed, 6 Feb 2008 23:12:54 +0100 From: "Olivier Andrieu" Sender: oandrieu@gmail.com To: gmalecha@rice.edu Subject: Re: [Caml-list] LablGTK Reading Properties Cc: caml-list@yquem.inria.fr In-Reply-To: <47AA0563.80706@rice.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47A89124.1040304@rice.edu> <95513600802060057g1d866af1of277c8f086f6483b@mail.gmail.com> <47A9E900.6000403@rice.edu> <47AA0563.80706@rice.edu> X-Google-Sender-Auth: c456c743bbfa9136 X-Spam: no; 0.00; andrieu:01 oandrieu:01 lablgtk:01 wrote:01 caml-list:01 nerim:01 olivier:07 olivier:07 feb:08 correct:08 object:09 rice:12 source:12 but:14 but:14 On Feb 6, 2008 8:07 PM, Gregory Malecha wrote: > I got it working with lines, but not with polygons. Here's my code: Right, your code's correct but I had a look at the library's source code and it turns out that the "getter" for this property is simply unimplemented for the polygon object ! -- Olivier