Re: gtk window accelerator process problem.

2010-03-16 Thread Olivier Sessink
what works and what does not? if your focus is in the text widget I guess you get the 'textview copy' action, and if your focus is elsewhere you get the menu callback ? Or is it different? b.t.w.: do your users expect that works differently in a different context? Olivier 2010/3/1 Xiaoyu Du : >

gtk window accelerator process problem.

2010-03-15 Thread Xiaoyu Du
I have a problem about gtk keybindings. I have a menu in main window , and add CTRL+C accelerator, but in the same window, I have a text view use ctrl+c too I want user text view built-in CTRL+C to process my key press event, but for others widgets in main window, I want use the menu ctrl+c singal.

gtk window accelerator process problem

2010-02-28 Thread Xiaoyu Du
I have a problem about gtk keybindings. I have a menu in main window , and add CTRL+C accelerator, but in the same window, I have a text view use ctrl+c too I want user text view built-in CTRL+C to process my key press event, but for others widgets in main window, I want use the menu ctrl+c singal.