Stop alt-spacebar window menu

2009-05-27 Thread Bill Farmer
I am porting a native windows application to linux gtk. I want to stop the alt-spacebar key combination popping up the application window menu. This can be done in windows by capturing the WM_SYSCHAR message. After searching though the gtk documentation and sources, the only way I can see to

Re: Stop alt-spacebar window menu

2009-05-27 Thread Brian J. Tarricone
Bill Farmer wrote: I am porting a native windows application to linux gtk. I want to stop the alt-spacebar key combination popping up the application window menu. This can be done in windows by capturing the WM_SYSCHAR message. After searching though the gtk documentation and sources, the only

Re: Stop alt-spacebar window menu

2009-05-27 Thread Andrew W. Nosenko
On Wed, May 27, 2009 at 8:11 PM, Bill Farmer williamjfar...@tiscali.co.uk wrote: I am porting a native windows application to linux gtk. I want to stop the alt-spacebar key combination popping up the application window menu. This can be done in windows by capturing the WM_SYSCHAR message. After

Re: how do you create popup window using glade3

2009-05-27 Thread frank zhu
Thanks Tadej , it's useful. Now I created a popup window and connected to the main window. I want to hide the popup window when the 'OK' button was clicked and I implement it using code g_signal_connect_swapped ( ... ); however, this way is a hybrid solution. Is there anyway to do it in glade?

Re: Stop alt-spacebar window menu

2009-05-27 Thread Emmanuel Rodriguez
On Wed, May 27, 2009 at 9:04 PM, Brian J. Tarricone bj...@cornell.eduwrote: Bill Farmer wrote: I am porting a native windows application to linux gtk. I want to stop the alt-spacebar key combination popping up the application window menu. This can be done in windows by capturing the

Re: Stop alt-spacebar window menu

2009-05-27 Thread Brian J. Tarricone
On 05/27/2009 09:45 PM, Emmanuel Rodriguez wrote: On Wed, May 27, 2009 at 9:04 PM, Brian J. Tarriconebj...@cornell.eduwrote: Bill Farmer wrote: I am porting a native windows application to linux gtk. I want to stop the alt-spacebar key combination popping up the application window menu. This