The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
On Cocoa/MacOS there is apparently a dummy implementation of awakeFromNib. When we load a custom view that calls [super awakeFromNib] in GS we get...
On macOS this DOES NOT HAPPEN. I am going to add an awakeFromNib method in NSView that does nothing.