From aa042e930bc5cce596829086ce84f2c3c7c885ad Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 17 Jun 2012 00:08:03 -0700 Subject: Removed outdated classes. Pruned header to not introduce extraneous includes. (bzr r11502) --- src/ui/widget/button.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/widget/button.h') diff --git a/src/ui/widget/button.h b/src/ui/widget/button.h index b219fc3db..efadfad07 100644 --- a/src/ui/widget/button.h +++ b/src/ui/widget/button.h @@ -19,6 +19,7 @@ namespace Widget { /** * Button widget. + * @deprecated - no need for an explicit subclass... just perhaps a helper function. */ class Button : public Gtk::Button { @@ -29,6 +30,7 @@ public: /** * CheckButton widget. + * @deprecated - no need for an explicit subclass... just perhaps a helper function. */ class CheckButton : public Gtk::CheckButton { @@ -41,6 +43,7 @@ public: /** * RadioButton widget. + * @deprecated - no need for an explicit subclass... just perhaps a helper function. */ class RadioButton : public Gtk::RadioButton { -- cgit v1.2.3