Re: popup menu problem

2006-09-26 Thread Olivier Abad
Le mardi 26 septembre 2006 à 10:47 +0200, Olivier Abad a écrit : > Hi, > > I'm trying to implement a popup menu, but the items in my menu don't > seem to receive the "activate" signal, so my handler is never called. > > However, it works if I connect the handler to "button-release-event" > instea

Re: popup menu

2006-04-03 Thread Guy Rouillier
prabhakar kushwaha wrote: hi is it there any widget like popup menu Gtk which comes when we press third button of mouse.. if not please tell me the widgets that we should use in order to find pop up menu like facility by clicking third button of mouse. thanks with regards.. gtk_menu_new(); g

Re: Popup Menu

2005-04-12 Thread Antonio Gomes
César, instead you customize a Window Manager, why don't you try to use the "Familix Linux" . It's the linux most similar with Windows that I ever see 8-) It can find out Windows Networks, and so on ... Familix was entirely built in Brazil, therefore your official web site is in Portuguese ...

Re: Popup Menu

2005-04-12 Thread Nigel Tao
On Mon, 2005-04-11 at 21:23 -0300, CÃsar Leonardo Blum Silveira wrote: > Is there a way I can make my application be just a popup menu? > I mean, when the user opens it, there is no window, it automatically > pops up a menu right where the mouse pointer is. Is that possible? Apologies for hijackin

RE: Popup Menu

2005-04-11 Thread Freddie Unpenstein
> Is there a way I can make my application be just a popup menu? I > mean, when the user opens it, there is no window, it automatically > pops up a menu right where the mouse pointer is. Is that possible? Why not? I wrote a console utility that uses GTK to rip text out of the clipboard (I stil