DEBSOURCES
Skip Quicknav
sources / gnustep-examples / 1%3A1.4.0%2Bgit20210703-1 / gui / PowerPaint / PPToolsPanel.m
12345678910
#import "PPToolsPanel.h" @implementation PPToolsPanel - (BOOL) canBecomeKeyWindow { return NO; } @end