diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-04-16 23:58:01 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-04-17 10:57:36 -0400 |
commit | 47ac0db66cb63901976a1ecda3767655b8695fca (patch) | |
tree | e119d7441606cd133a9d5d235102b2c335cd279b /gtk/gtkviewport.h | |
parent | edae2a8dc500b7af29928e5eb6dfc305726ce6e0 (diff) | |
download | gtk+-47ac0db66cb63901976a1ecda3767655b8695fca.tar.gz |
viewport: Drop shadow-type
The viewport draws a frame at the same place as
the scrolled window, so there is really no need
to have that ability in both. Just drop the frame
from viewports.
Diffstat (limited to 'gtk/gtkviewport.h')
-rw-r--r-- | gtk/gtkviewport.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkviewport.h b/gtk/gtkviewport.h index f034c4c055..45188923b0 100644 --- a/gtk/gtkviewport.h +++ b/gtk/gtkviewport.h @@ -50,13 +50,6 @@ GDK_AVAILABLE_IN_ALL GtkWidget* gtk_viewport_new (GtkAdjustment *hadjustment, GtkAdjustment *vadjustment); -GDK_AVAILABLE_IN_ALL -void gtk_viewport_set_shadow_type (GtkViewport *viewport, - GtkShadowType type); -GDK_AVAILABLE_IN_ALL -GtkShadowType gtk_viewport_get_shadow_type (GtkViewport *viewport); - - G_END_DECLS |