- //flag checking
- wxASSERT_MSG( !(style & wxGA_HORIZONTAL), wxT("Horizontal gauge not supported on cocoa"));//*
- wxASSERT_MSG( !(style & wxGA_SMOOTH), wxT("Smooth gauge not supported on cocoa"));
- //* - GNUStep made isVertical and setVertical part of thier framework, but its specific to them
- //the way they do it is just handle that flag in drawRect.
-