[Lazarus] Gtk3 "hello world" application crash

Andrew Haines AndrewD207 at aol.com
Sun Oct 6 17:09:54 CEST 2013


On 10/01/2013 04:09 PM, Krzysztof wrote:

> There are also missing main functions like g_signal_connect() or
> functions for box layouts.

g_signal_connect is a c macro around g_signal_connect_data which is 
available. The bindings are generated using introspection, so everything 
works but some convenience macros aren't available.

Which function's for box layouts are missing? The generator does not 
include things which are marked deprecated in the introspection files so 
that could be the cause.

Regards,

Andrew





More information about the Lazarus mailing list