This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

When working on Glib/GTK, there are several points one should consider, to keep the code in shape.

Good habits

Coding Style

Quality of Implementation

Widgets in GTK are supposed to be general-purpose and high-quality, and are expected to be well-behaved in areas such as the following:

Classes

Be binding friendly

Take a look at these notes: Writing bindingable APIs


2024-10-23 11:36