Re: Signals to and from menus

2005-04-06 Thread Sudrien
- Original Message - > On Mon, 2005-04-04 at 15:52 -0500, Sudrien wrote: > > I have hacked away at the Gtk::Menu::popup() stuff to find that the way I > > am popping up menus can not control where they pop up. > > That should be possible. I think some of the popup() arguments allows > you

Re: Signals to and from menus

2005-04-06 Thread Murray Cumming
On Mon, 2005-04-04 at 15:52 -0500, Sudrien wrote: > I have hacked away at the Gtk::Menu::popup() stuff to find that the way I > am popping up menus can not control where they pop up. That should be possible. I think some of the popup() arguments allows you to control this. I'm not looking at the A

Signals to and from menus

2005-04-04 Thread Sudrien
I have hacked away at the Gtk::Menu::popup() stuff to find that the way I am popping up menus can not control where they pop up. *sigh* I come back to questions of when signals are emmited, and where to, beyond the scope of the libsigc++ documentation. 1. When you click a title in a menubar, obv