Re: [fpc-pascal]RE: GTK accelerator handling

2004-03-24 Thread Marc Santhoff
Am Mi, den 24.03.2004 schrieb Jeff Pohlmeyer um 07:35: > > I tried to use gtk_window_remove_accel_group(...) but it is not > > found by fpc (gtk has it, I've got the name from its docs). > > > Is is possible in a simple way to get the missing procedure working? > > Just add this declaration some

Re: [fpc-pascal]RE: GTK accelerator handling

2004-03-24 Thread Mattias Gaertner
On Tue, 23 Mar 2004 22:35:48 -0800 (PST) Jeff Pohlmeyer <[EMAIL PROTECTED]> wrote: > > I tried to use gtk_window_remove_accel_group(...) but it is not > > found by fpc (gtk has it, I've got the name from its docs). > > > Is is possible in a simple way to get the missing procedure working? > >

[fpc-pascal]RE: GTK accelerator handling

2004-03-23 Thread Jeff Pohlmeyer
> I tried to use gtk_window_remove_accel_group(...) but it is not > found by fpc (gtk has it, I've got the name from its docs). > Is is possible in a simple way to get the missing procedure working? Just add this declaration somewhere in your program: procedure gtk_window_remove_accel_group(win