-
- // NB: these functions are stubbed here for now but should become pure
- // virtual once all ports implement them
- virtual bool IsItemEnabled(unsigned int WXUNUSED(n)) const { return true; }
- virtual bool IsItemShown(unsigned int WXUNUSED(n)) const { return true; }
+ virtual bool IsItemEnabled(unsigned int n) const = 0;
+ virtual bool IsItemShown(unsigned int n) const = 0;