Re: calling functions defined in gtk's source file

2007-10-07 Thread Yeti
On Sun, Oct 07, 2007 at 03:15:57PM +0200, Joël Krähemann wrote: > hello I want to call in my application functions like gtk_window_show, > gtk_widget_real_show and others You cannot. These are private Gtk+ functions (you should have noticed they are delcared as static and therefore visible ony to

calling functions defined in gtk's source file

2007-10-07 Thread Joël Krähemann
hello I want to call in my application functions like gtk_window_show, gtk_widget_real_show and others I've downloaded gtk source and the distributions patches however I get an linkage error undefined reference to gtk_window_show. I'm using make and it's file looks like $(AGS_DIR)ags: $(AGS_OBJECT