On Sat, Oct 25, 2003 at 01:53:19PM -0400, Joey Tsai wrote:
> What I actually is something like evolution's contact editor, where
> entering someone's birthday actually just consists of pushing a
> button, which causes a calendar widget to appear under it.  I've
> gotten as far as having the menu item display a menu with the calendar
> in it, but since I think the menu doesn't expect the calendar widget
> it's useless.  Plus, it's "selected" by the menu, which just makes it
> look ugly.

You should probably just open your own popup window and place the widget
you want in it. Positioning the window might be a bit tricky, but you
can use the position of the button and add some offsets to place it
where it should be.

The Menu widget isn't really suited to embedding generic widgets, from
my experience.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to