Date: Thu, 11 Nov 2004 14:37:49 +0100 (CET) Message-Id: <20041111.143749.18315114.oandrieu at nerim.net> To: zack at bononia.it Cc: lablgtk at kaba.or.jp Subject: Re: GPack.paned: binding status From: Olivier Andrieu In-Reply-To: <20041110234533.GA25345 at fistandantilus.takhisis.org> References: <20041110223837.GA24157 at fistandantilus.takhisis.org> <20041111.004034.21589712.oandrieu@nerim.net> <20041110234533.GA25345@fistandantilus.takhisis.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit > Stefano Zacchiroli [Thu, 11 Nov 2004]: > On Thu, Nov 11, 2004 at 12:40:34AM +0100, Olivier Andrieu wrote: > > But they won't help you at all because they are read-only > > properties, you cannot set them. I'm not sure I understand what > > behaviour you want > > It's enough for me, I need only to know which are the minimum and > maximum limits of the handle position of the pane. Thanks anyway > for the example, it has been useful for fixing some other > misbehaviours :) OK. It's always possible to access properties using the functions in the Gobject module: let paned_get_max_position (p : #GPack.paned) = Gobject.get { Gobject.name = "max_position" ; Gobject.conv = Gobject.Data.int } p#as_widget > BTW, have you planned a release in the near future? Jacques said next week. -- Olivier