[fpc-pascal]RE: GTK accelerator handling

Jeff Pohlmeyer yetanothergeek at yahoo.com
Wed Mar 24 07:35:48 CET 2004


> 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(window: PGtkWindow;  accel_group: PGtkAccelGroup); 
  external name 'gtk_window_remove_accel_group';




__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html




More information about the fpc-pascal mailing list