summaryrefslogtreecommitdiff
path: root/gtk/gtkorientable.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-07-08 09:56:41 +0200
committerMatthias Clasen <mclasen@redhat.com>2017-07-19 21:27:15 -0400
commite2e91bf9bc7808de7079474ec6c9e4f3e13d30c7 (patch)
tree678b9f7742e20fa078c0f036c473a62a67b3d34b /gtk/gtkorientable.c
parentc26731968b75d5698c23ac4165f2ed36ed523ab7 (diff)
downloadgtk+-e2e91bf9bc7808de7079474ec6c9e4f3e13d30c7.tar.gz
Fix a few documentation issues
Diffstat (limited to 'gtk/gtkorientable.c')
-rw-r--r--gtk/gtkorientable.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkorientable.c b/gtk/gtkorientable.c
index 0607211d55..f66fe041f5 100644
--- a/gtk/gtkorientable.c
+++ b/gtk/gtkorientable.c
@@ -33,9 +33,7 @@
* @Title: GtkOrientable
*
* The #GtkOrientable interface is implemented by all widgets that can be
- * oriented horizontally or vertically. Historically, such widgets have been
- * realized as subclasses of a common base class (e.g #GtkBox/#GtkHBox/#GtkVBox
- * or #GtkScale/#GtkHScale/#GtkVScale). #GtkOrientable is more flexible in that
+ * oriented horizontally or vertically. #GtkOrientable is more flexible in that
* it allows the orientation to be changed at runtime, allowing the widgets
* to “flip”.
*