Re: Generating key press event using gtk button

2009-08-14 Thread Eric Squires
I haven't done any signal emission of my own, but you probably want to look at putting g_signal_emit_by_name or one of its companions into your button click callback. Hopefully this will get you off in the

Generating key press event using gtk button

2009-08-14 Thread Sulabh Bista
Dear all: I am trying to write a virtual keyboard like application that can generate keyboard key press event on click of a button. How do I make a "button click" generate a "key press" event ? An example of such program is xvkbd (http://homepage3.nifty.com/tsato/xvkbd/ ). Regards, Sulabh Bista