mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
Seal GtkViewPort.
svn path=/trunk/; revision=20591
This commit is contained in:
parent
95d2e86ee0
commit
d3fdd57627
@ -55,11 +55,11 @@ struct _GtkViewport
|
|||||||
{
|
{
|
||||||
GtkBin bin;
|
GtkBin bin;
|
||||||
|
|
||||||
GtkShadowType shadow_type;
|
GtkShadowType GSEAL (shadow_type);
|
||||||
GdkWindow *view_window;
|
GdkWindow *GSEAL (view_window);
|
||||||
GdkWindow *bin_window;
|
GdkWindow *GSEAL (bin_window);
|
||||||
GtkAdjustment *hadjustment;
|
GtkAdjustment *GSEAL (hadjustment);
|
||||||
GtkAdjustment *vadjustment;
|
GtkAdjustment *GSEAL (vadjustment);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkViewportClass
|
struct _GtkViewportClass
|
||||||
|
Loading…
Reference in New Issue
Block a user