Re: GTK4
- Posted by ghaberek (admin) 2 weeks ago
- 408 views
irv said...
Each "widget" is implememted with a file like this, except most have a longer list of methods.
Currently MAX_FILE is set to 256, after which you get "program includes too many files." Similarly, INCLUDE_LIMIT is set to 30, which produces "includes are nested too deeply."
I was considering bumping these up (to 4096 and 256) for the release of 4.2, as they're only checked one per include file during IncludePush(), so it's probably safe to change.
-Greg