summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/button.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2012-06-17 07:08:03 +0000
committerJon A. Cruz <jon@joncruz.org>2012-06-17 07:08:03 +0000
commitaa042e930bc5cce596829086ce84f2c3c7c885ad (patch)
treec04b14ad87ac3df0fe0b4f83146a0b1019922c76 /src/ui/widget/button.h
parentSet GDL-3 as a fixed dependency for GTK+ 3 build. (diff)
downloadinkscape-aa042e930bc5cce596829086ce84f2c3c7c885ad.tar.gz
inkscape-aa042e930bc5cce596829086ce84f2c3c7c885ad.zip
Removed outdated classes.
Pruned header to not introduce extraneous includes. (bzr r11502)
Diffstat (limited to 'src/ui/widget/button.h')
-rw-r--r--src/ui/widget/button.h3
1 files changed, 3 insertions, 0 deletions
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
{