How to generate event explicit (through code) ?

2012-04-23 Thread Leena Chourey
Hello list, I want the focus to move selection/focus from one icon to another automatically on single key press. I have tried to just run key_press event code in a loop, but the selection is not moving from one to another, it is directly coming to the last item. it requires a h/w interruption

Re: How to generate event explicit (through code) ?

2012-04-23 Thread schuster . bernhard
http://developer.gnome.org/gobject/unstable/gobject-Signals.html g_signal_emit is what you are looking for. Regaards BernhardLeena Chourey schrieb am 23.04.12 13:46: Hello list, I want the focus to move selection/focus from one icon to another automatically on single key press. I have tried to

Re: How to generate event explicit (through code) ?

2012-04-23 Thread David Nečas
On Mon, Apr 23, 2012 at 05:16:52PM +0530, Leena Chourey wrote: I want the focus to move selection/focus from one icon to another automatically on single key press. I have tried to just run key_press event code in a loop, but the selection is not moving from one to another, it is directly

Re: How to generate event explicit (through code) ?

2012-04-23 Thread Leena Chourey
Thanks David. This is a requirement of visually challenged person. Problem statement: To traverse the item present on desktop using single keystroke. Details : The existing way provides multiple keystroks in in multiple directions. This creates confusion of which direction to go and how many