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


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to