Skip to content

Documentation on the bindings #777

Answered by badcel
PlatinumLucario asked this question in Q&A
Discussion options

You must be logged in to vote

Generating some API documentation is planned for 0.4.0 (see #411). But this will probably pretty rudimentary.

In general the Bindings are created in a 2 Layer approach. E.g. users of the bindings should use the Namespace Gtk and not Gtk.Internal as the internal namespace only contains internal code which is not as easy to use from an enduser perspective. The classes living in the Gtk namespace will call into Gtk.Internal to make things work.

As the Bindings are not complete yet and often users have special needs all those internal bindings are publicly available and only moved into the internal namespace to allow users to dig into the low level stuff if needed.

As an example Gtk.Box is the

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PlatinumLucario
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants