|
From: Jan W. <jaw...@ma...> - 2004-01-31 17:46:57
|
Hi,
while we are at it.
I've always found myself too lazy to write something like
@glade.get_widget('bla')
So what do you think of
alias [] get_widget
leading to
@glade['bla']
as a pseudo hash?
Jan
|