Re: widget full path name?

From: Shiro Kawai <shiro_at_squareusa.com>
Date: Wed, 12 Jul 2000 11:10:53 -1000 (HST)

From: stanonik_at_cogsci.ucsd.edu (Ron Stanonik)
Subject: widget full path name?
Date: Wed, 12 Jul 2000 13:50:45 -0700

> Given a widget, I need the full pathname of the widget.

How about `widget->string'?

STk> (define w (frame '.f))
w
STk> (define b (button '.f.b))
b
STk> b
#[Tk-command .f.b]
STk> (widget->string b)
".f.b"
STk>

--
Shiro KAWAI
  Square USA Inc.   Honolulu Studio R&D division
#"The most important things are the hardest things to say" --- Stephen King
Received on Wed Jul 12 2000 - 23:10:58 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST