Re: [fpc-pascal]sendkeys with gtk binding (solved)

2004-03-14 Thread Marc Santhoff
Am So, den 14.03.2004 schrieb Marc Santhoff um 15:03: [...] > > You're right. In the GDK docs i found "gdk_event_put" which should do. I > did not have such nice access violation errors for a long time. =:-() > But it seems to be a lack of documentation. In fact the right function is: gtk_propaga

Re: [fpc-pascal]sendkeys with gtk binding

2004-03-14 Thread Marc Santhoff
Am So, den 14.03.2004 schrieb [EMAIL PROTECTED] um 13:57: > On Sun, 14 Mar 2004, Marc Santhoff wrote: > > > Hi! > > > > I'm trying to put some key event in the general message queue of an > > application. Think of simulating key presses. Some keypresses should be > > sent to the window and appear

Re: [fpc-pascal]sendkeys with gtk binding

2004-03-14 Thread Michael . VanCanneyt
On Sun, 14 Mar 2004, Marc Santhoff wrote: > Hi! > > I'm trying to put some key event in the general message queue of an > application. Think of simulating key presses. Some keypresses should be > sent to the window and appear in the focussed widget. > > On windows there is (or at least was yea