mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 13:00:53 +00:00
7 lines
199 B
Text
7 lines
199 B
Text
|
"Controller" = {
|
||
|
ACTIONS = {"buttonPressed:" = id; };
|
||
|
OUTLETS = {textField = id; };
|
||
|
SUPERCLASS = NSObject;
|
||
|
};
|
||
|
"FirstResponder" = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = NSObject; };
|