Methods of Class
GTKAction
+ (id) actionWithTarget:(id) _target selector:(SEL) _selector (GTKAction)
+ (id) actionWithTarget:(id) _target selector:(SEL) _selector data:(const void *) _data (GTKAction)
- (void *) data (GTKAction)
- (BOOL) dataRetained (GTKAction)
- (id) init (GTKAction)
- (id) initWithTarget:(id) _target selector:(SEL) _selector (GTKAction)
- (id) initWithTarget:(id) _target selector:(SEL) _selector data:(const void *) _data (GTKAction)
- (void) performWithSender:(id) sender args:(GtkArg *) args count:(unsigned) count (GTKAction)
- (void) retainData (GTKAction)
- (SEL) selector (GTKAction)
- (void) setData:(const void *) _data (GTKAction)
- (void) setTarget:(id) _target selector:(SEL) _selector (GTKAction)
- (id) target (GTKAction)