mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
5d272a12cb
Nested main loops are bad, as they introduce layers of complexity caused by the potential re-entrancy in the case of multiple event sources, like IPC, threads, etc. Additionally, the programming model they provide—stop the world while spinning a new loop—does not conform to the event-driven model employed by GTK. |
||
---|---|---|
.. | ||
reference | ||
tools | ||
CODEOWNERS | ||
CODING-STYLE | ||
iconcache.txt | ||
RELEASE-HOWTO.md | ||
sizing-test.txt | ||
text_widget_internals.txt | ||
tree-column-sizing.png | ||
tree-column-sizing.txt |