Date: Fri, 10 Oct 2003 22:59:47 +0200 From: Claudio Sacerdoti Coen To: Sven Luther Cc: lablgtk at kaba.or.jp Subject: Re: ANNOUNCE: lablGL, LablGTK1, LablGTK2 combined release Message-ID: <20031010205947.GA31778 at cs.unibo.it> References: <20031010185936H.garrigue at kurims.kyoto-u.ac.jp> <20031010134222.GA12891 at iliana> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031010134222.GA12891 at iliana> Hi Sven, > Saddly, Olivier's patch which add support for set/get_label on buttons > was not included, this means people using this feature cannot use the > prebuilt windows libaries, and i was wanting to do just that :(( I can not really understand your concerns. "label" is a property of a button and you can always use properties by means of set/get. Indeed the patch of Olivier boils down to: method set_label = set Button.P.label obj method label = get Button.P.label obj that means that, given a button b, you should always be able to set Button.P.label b#as_widget and get Button.P.label b#as_widget Friendly, C.S.C. -- ---------------------------------------------------------------- Real name: Claudio Sacerdoti Coen PhD Student in Computer Science at University of Bologna E-mail: sacerdot@cs.unibo.it http://www.cs.unibo.it/~sacerdot ----------------------------------------------------------------