X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c4825ef73a5f190b8f39c59df098c3f39fa4464b..64374d1b0628da9aa157a31d63b4edfb03c98adb:/src/osx/cocoa/gauge.mm?ds=sidebyside diff --git a/src/osx/cocoa/gauge.mm b/src/osx/cocoa/gauge.mm index 71b9043b0a..2620e53035 100644 --- a/src/osx/cocoa/gauge.mm +++ b/src/osx/cocoa/gauge.mm @@ -19,12 +19,10 @@ @interface wxNSProgressIndicator : NSProgressIndicator { - wxWidgetImpl* impl; + WXCOCOAIMPL_COMMON_MEMBERS } -- (void)setImplementation: (wxWidgetImpl *) theImplementation; -- (wxWidgetImpl*) implementation; -- (BOOL) isFlipped; +WXCOCOAIMPL_COMMON_INTERFACE @end @@ -37,20 +35,7 @@ return self; } -- (void)setImplementation: (wxWidgetImpl *) theImplementation -{ - impl = theImplementation; -} - -- (wxWidgetImpl*) implementation -{ - return impl; -} - -- (BOOL) isFlipped -{ - return YES; -} +WXCOCOAIMPL_COMMON_IMPLEMENTATION @end