forked from AuroraMiddleware/gtk
API: Deprecate gtk_container_set_reallocate_redraws()
This commit is contained in:
parent
0c55b841fc
commit
f191c13a27
@ -1704,6 +1704,9 @@ gtk_container_get_resize_mode (GtkContainer *container)
|
||||
*
|
||||
* Containers requesting reallocation redraws get automatically
|
||||
* redrawn if any of their children changed allocation.
|
||||
*
|
||||
* @Deprecated: 3.14: Call gtk_widget_queue_draw() in your size_allocate
|
||||
* handler.
|
||||
**/
|
||||
void
|
||||
gtk_container_set_reallocate_redraws (GtkContainer *container,
|
||||
|
@ -173,7 +173,7 @@ void gtk_container_unset_focus_chain (GtkContainer *container);
|
||||
|
||||
/* Widget-level methods */
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GDK_DEPRECATED_IN_3_14
|
||||
void gtk_container_set_reallocate_redraws (GtkContainer *container,
|
||||
gboolean needs_redraws);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
|
Loading…
Reference in New Issue
Block a user