On 10/01/2013 04:09 PM, Krzysztof wrote:
Hi,
According to this wiki page: http://wiki.freepascal.org/Gtk%2B3
I downloaded latest gtk3 headers from:
http://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/bindings/gtk3/
I have very simple Hello World application which is working fine on GTK2:
gtk_init(@argc, @argv);
windows := gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_widget_show(window);
gtk_main();
but on GTK3 it crash on gtk_main(); (but I see main window for a few
milliseconds).
I am a bit late to answer but there are a few examples here:
http://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/bindings/gtk3/examples/
Regards,
Andrew Haines
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus