]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/button.mm
use correct value for MTU - sizeof(TCP header)
[wxWidgets.git] / src / osx / cocoa / button.mm
index 60c1c45bf468822315a6d34166b11bf76d59d282..ffe3c6e3974622cbd6c875b8db0d740cc8ae13c0 100644 (file)
@@ -132,6 +132,8 @@ wxSize wxButton::GetDefaultSize()
     return self;
 }
 
+WXCOCOAIMPL_COMMON_IMPLEMENTATION
+
 - (void) clickedAction: (id) sender
 {
     if ( impl )
@@ -142,21 +144,6 @@ wxSize wxButton::GetDefaultSize()
     }
 }
 
-- (void)setImplementation: (wxWidgetCocoaImpl *) theImplementation
-{
-    impl = theImplementation;
-}
-
-- (wxWidgetCocoaImpl*) implementation
-{
-    return impl;
-}
-
-- (BOOL) isFlipped
-{
-    return YES;
-}
-
 - (int) intValue
 {
     switch ( [self state] )