mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-25 04:20:49 +00:00
15 lines
193 B
Mathematica
15 lines
193 B
Mathematica
|
/* All Rights reserved */
|
||
|
|
||
|
#include <AppKit/AppKit.h>
|
||
|
#include "MyController.h"
|
||
|
|
||
|
@implementation MyController
|
||
|
|
||
|
|
||
|
- (void) buttonPressed: (id)sender
|
||
|
{
|
||
|
[value setStringValue: @"Hello"];
|
||
|
}
|
||
|
|
||
|
@end
|