diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-04-02 15:25:02 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-04-02 15:29:20 +0100 |
commit | 447dfc029f668eee32a1fe1af6ef2385f311dc0f (patch) | |
tree | c69777ffee4d01600e25b201b7950d93f22d8136 /gtk/gtkfixed.c | |
parent | aed70a82c72c1cd46a8255199830bc74ba403931 (diff) | |
download | gtk+-447dfc029f668eee32a1fe1af6ef2385f311dc0f.tar.gz |
Remove GtkLayout
The need of a specialised fixed layout container that can be placed into
a GtkScrolledWindow ceased to exist once GtkScrolledWindow gained the
ability to automatically interpose a GtkViewport when adding a child
that does not implement GtkScrollable.
All the other justifications that led to the existence of GtkLayout as a
separate widget from GtkFixed have been largely made irrelevant in the
20 years since its inception.
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r-- | gtk/gtkfixed.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c index 1935de78a1..e41c887cb3 100644 --- a/gtk/gtkfixed.c +++ b/gtk/gtkfixed.c @@ -66,9 +66,6 @@ * If you know none of these things are an issue for your application, * and prefer the simplicity of #GtkFixed, by all means use the * widget. But you should be aware of the tradeoffs. - * - * See also #GtkLayout, which shares the ability to perform fixed positioning - * of child widgets and additionally adds custom drawing and scrollability. */ #include "config.h" |