From: Stalkern 2 Reply-To: stalkern2 at tin.it To: lablgtk at kaba.or.jp Subject: How to retrieve a widget by its ID? the result of get_id of a widget Date: Fri, 15 Aug 2003 13:57:37 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308151357.37112.stalkern2 at tin.it> Hello to everybody I've noticed that several widgets offer a method get_id that returns their unique ID. I think that this could stand for a powerful mean for retrieving a widget: i.e. when having conditional, interwoven callbacks, I could use ref opt values for IDs. But how do I retrieve a widget by its unique ID? I can't find this anywhere in the GTK documentation. Maybe it's a Xserver ID that could be useful to other clients on the Xserver, but does not correspond to a GTK object any longer? T I A Ernesto