On 05/27/2009 09:45 PM, Emmanuel Rodriguez wrote:
On Wed, May 27, 2009 at 9:04 PM, Brian J. Tarriconewrote:
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 wi
On Wed, May 27, 2009 at 9:04 PM, Brian J. Tarricone wrote:
> 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
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?
Th
On Wed, May 27, 2009 at 8:11 PM, 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 gt
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
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 do