diff options
Diffstat (limited to 'gtk/gtkruler.h')
-rw-r--r-- | gtk/gtkruler.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtkruler.h b/gtk/gtkruler.h index 2adb80cdb8..f9d4b20892 100644 --- a/gtk/gtkruler.h +++ b/gtk/gtkruler.h @@ -24,6 +24,16 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +/* + * NOTE this widget is considered too specialized/little-used for + * GTK+, and will in the future be moved to some other package. If + * your application needs this widget, feel free to use it, as the + * widget does work and is useful in some applications; it's just not + * of general interest. However, we are not accepting new features for + * the widget, and it will eventually move out of the GTK+ + * distribution. + */ + #ifndef __GTK_RULER_H__ #define __GTK_RULER_H__ |