API: Deprecate gtk_container_set_reallocate_redraws()

This commit is contained in:
Benjamin Otte 2014-05-18 16:08:30 +02:00
parent 0c55b841fc
commit f191c13a27
2 changed files with 4 additions and 1 deletions

View File

@ -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,

View File

@ -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