summaryrefslogtreecommitdiff
path: root/gtk/gtkviewport.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-04-16 23:58:01 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-04-17 10:57:36 -0400
commit47ac0db66cb63901976a1ecda3767655b8695fca (patch)
treee119d7441606cd133a9d5d235102b2c335cd279b /gtk/gtkviewport.h
parentedae2a8dc500b7af29928e5eb6dfc305726ce6e0 (diff)
downloadgtk+-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.h7
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