return self;
}
+WXCOCOAIMPL_COMMON_IMPLEMENTATION
+
- (void) clickedAction: (id) sender
{
if ( impl )
}
}
-- (void)setImplementation: (wxWidgetCocoaImpl *) theImplementation
-{
- impl = theImplementation;
-}
-
-- (wxWidgetCocoaImpl*) implementation
-{
- return impl;
-}
-
-- (BOOL) isFlipped
-{
- return YES;
-}
-
- (int) intValue
{
switch ( [self state] )