pygnome access to gnome widget struct???



How can I access parts of a gnome widget structutre like the calendar located inside the GnomeDateEdit? I'm using python (pygnome).

I tried the following without luck:
---------------------------------------------------
search_date1  = widgets.get_widget('search_date1')
calendar = search_date1.calendar
---------------------------------------------------
and I get "AttributeError: calendar"

Any ideas?

TIA
--
Anthony Tekatch




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]