forked from AuroraMiddleware/gtk
Deprecate arrow_type and shadow_type direct access in GtkArrow.
* gtk/gtkarrow.h: Deprecate public object fields by GSEAL. svn path=/trunk/; revision=20480
This commit is contained in:
parent
b345e36f97
commit
e8cb6e4a8c
@ -54,8 +54,8 @@ struct _GtkArrow
|
|||||||
{
|
{
|
||||||
GtkMisc misc;
|
GtkMisc misc;
|
||||||
|
|
||||||
gint16 arrow_type;
|
gint16 GSEAL(arrow_type);
|
||||||
gint16 shadow_type;
|
gint16 GSEAL(shadow_type);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkArrowClass
|
struct _GtkArrowClass
|
||||||
|
Loading…
Reference in New Issue
Block a user