mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Deprecate GTK_NO_REPARENT
This commit is contained in:
parent
cfb988ab38
commit
b0359fb944
@ -114,7 +114,9 @@ typedef enum
|
||||
GTK_HAS_GRAB = 1 << 15,
|
||||
GTK_RC_STYLE = 1 << 16,
|
||||
GTK_COMPOSITE_CHILD = 1 << 17,
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
GTK_NO_REPARENT = 1 << 18,
|
||||
#endif
|
||||
GTK_APP_PAINTABLE = 1 << 19,
|
||||
GTK_RECEIVES_DEFAULT = 1 << 20,
|
||||
GTK_DOUBLE_BUFFERED = 1 << 21,
|
||||
|
Loading…
Reference in New Issue
Block a user