]> Dogcows Code - chaz/openbox/blobdiff - otk/button.hh
stacked cycling menu works now. add a highlighted flag to otk widgets
[chaz/openbox] / otk / button.hh
index 53d08a8645a145d11d4cfac95fc0a61e212d59b2..09fc0d6b6494aa28bf9c36e8b1379b2f88e3a7ad 100644 (file)
@@ -12,9 +12,6 @@ public:
   Button(Widget *parent);
   virtual ~Button();
 
-  virtual inline bool isDefault() const { return _default; }
-  virtual void setDefault(bool d);
-  
   virtual inline bool isPressed() const { return _pressed; }
 
   virtual void press(unsigned int mouse_button);
@@ -26,7 +23,6 @@ public:
   virtual void styleChanged(const RenderStyle &style);
  
 private:
-  bool _default;
   bool _pressed;
   unsigned int _mouse_button;
 };
This page took 0.022091 seconds and 4 git commands to generate.