forked from AuroraMiddleware/gtk
Remove remaining GtkContainer deprecated stuff
This completes commit 600216daac6df8deb0cdc042fc27f07a9c5c7c27
This commit is contained in:
parent
668e9eaabb
commit
740a1007eb
@ -1003,7 +1003,6 @@ gtk_container_get_resize_mode
|
||||
gtk_container_set_resize_mode
|
||||
gtk_container_check_resize
|
||||
gtk_container_foreach
|
||||
gtk_container_foreach_full
|
||||
gtk_container_children
|
||||
gtk_container_get_children
|
||||
gtk_container_set_reallocate_redraws
|
||||
|
@ -292,19 +292,6 @@ Does the same as gtk_container_set_border_width().
|
||||
@callback_data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_container_foreach_full ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@container:
|
||||
@callback:
|
||||
@marshal:
|
||||
@callback_data:
|
||||
@notify:
|
||||
@Deprecated: Use gtk_container_foreach() instead.
|
||||
|
||||
|
||||
<!-- ##### MACRO gtk_container_children ##### -->
|
||||
<para>
|
||||
Does the same as gtk_container_get_children().
|
||||
|
@ -877,9 +877,6 @@ gtk_container_class_install_child_property
|
||||
gtk_container_class_list_child_properties
|
||||
gtk_container_forall
|
||||
gtk_container_foreach
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
gtk_container_foreach_full
|
||||
#endif
|
||||
gtk_container_get_border_width
|
||||
gtk_container_get_children
|
||||
gtk_container_get_focus_chain
|
||||
|
Loading…
Reference in New Issue
Block a user