forked from AuroraMiddleware/gtk
Updates for removed/renamed functions.
Mon Sep 24 12:43:45 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtk-sections.txt: Updates for removed/renamed functions.
This commit is contained in:
parent
107fdcc21d
commit
1048e513e9
@ -1,3 +1,7 @@
|
||||
Mon Sep 24 12:43:45 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Updates for removed/renamed functions.
|
||||
|
||||
2001-09-08 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/gtk-sections.txt: move some of the accel group functions
|
||||
|
@ -449,7 +449,6 @@ GTK_COMBO_GET_CLASS
|
||||
GtkContainer
|
||||
GTK_IS_RESIZE_CONTAINER
|
||||
GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID
|
||||
GTK_HAVE_CONTAINER_FOCUS_ADJUSTMENTS
|
||||
<TITLE>GtkContainer</TITLE>
|
||||
gtk_container_border_width
|
||||
gtk_container_add
|
||||
@ -466,12 +465,8 @@ gtk_container_set_focus_hadjustment
|
||||
gtk_container_resize_children
|
||||
gtk_container_child_type
|
||||
gtk_container_child_set
|
||||
gtk_container_queue_resize
|
||||
gtk_container_clear_resize_widgets
|
||||
gtk_container_forall
|
||||
gtk_container_child_composite_name
|
||||
gtk_container_set_border_width
|
||||
gtk_container_dequeue_resize_handler
|
||||
gtk_container_propagate_expose
|
||||
gtk_container_set_focus_chain
|
||||
gtk_container_unset_focus_chain
|
||||
@ -1386,7 +1381,6 @@ gtk_menu_item_new_with_mnemonic
|
||||
gtk_menu_item_set_right_justified
|
||||
gtk_menu_item_set_submenu
|
||||
gtk_menu_item_remove_submenu
|
||||
gtk_menu_item_set_placement
|
||||
gtk_menu_item_select
|
||||
gtk_menu_item_deselect
|
||||
gtk_menu_item_activate
|
||||
@ -2812,7 +2806,6 @@ GtkCellRendererState
|
||||
GtkCellRenderer
|
||||
gtk_cell_renderer_get_size
|
||||
gtk_cell_renderer_render
|
||||
gtk_cell_renderer_event
|
||||
<SUBSECTION Standard>
|
||||
GTK_CELL_RENDERER
|
||||
GTK_IS_CELL_RENDERER
|
||||
@ -3174,7 +3167,6 @@ gtk_widget_get_child_visible
|
||||
gtk_widget_get_parent
|
||||
gtk_widget_get_settings
|
||||
gtk_widget_get_size_request
|
||||
gtk_widget_get_usize
|
||||
gtk_widget_pop_visual
|
||||
gtk_widget_push_visual
|
||||
gtk_widget_set_child_visible
|
||||
|
@ -38,13 +38,6 @@ GtkContainer
|
||||
@pspec:
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_HAVE_CONTAINER_FOCUS_ADJUSTMENTS ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO gtk_container_border_width ##### -->
|
||||
<para>
|
||||
|
||||
@ -185,22 +178,6 @@ GtkContainer
|
||||
@first_arg_name:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_container_queue_resize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@container:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_container_clear_resize_widgets ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@container:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_container_forall ##### -->
|
||||
<para>
|
||||
|
||||
@ -211,16 +188,6 @@ GtkContainer
|
||||
@callback_data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_container_child_composite_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@container:
|
||||
@child:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_container_set_border_width ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -96,9 +96,9 @@ Creates a new #GtkMenu.
|
||||
Adds a new #GtkMenuItem to the end of the menu's item list.
|
||||
</para>
|
||||
|
||||
<!-- # Unused Parameters # -->
|
||||
@menu: a #GtkMenu.
|
||||
@child: The #GtkMenuItem to add.
|
||||
<!-- # Unused Parameters # -->
|
||||
@m:
|
||||
@c:
|
||||
|
||||
@ -108,12 +108,12 @@ Adds a new #GtkMenuItem to the end of the menu's item list.
|
||||
Adds a new #GtkMenuItem to the beginning of the menu's item list.
|
||||
</para>
|
||||
|
||||
@menu: a #GtkMenu.
|
||||
@child: The #GtkMenuItem to add.
|
||||
<!-- # Unused Parameters # -->
|
||||
@menu_child:
|
||||
@m:
|
||||
@c:
|
||||
@menu: a #GtkMenu.
|
||||
@child: The #GtkMenuItem to add.
|
||||
|
||||
|
||||
<!-- ##### MACRO gtk_menu_insert ##### -->
|
||||
@ -122,10 +122,10 @@ Adds a new #GtkMenuItem to the menu's item list at the position
|
||||
indicated by @position.
|
||||
</para>
|
||||
|
||||
<!-- # Unused Parameters # -->
|
||||
@menu: a #GtkMenu.
|
||||
@child: The #GtkMenuItem to add.
|
||||
@pos:
|
||||
<!-- # Unused Parameters # -->
|
||||
@position: The position in the item list where @child is added.
|
||||
Positions are numbered from 0 to n-1.
|
||||
|
||||
|
@ -134,11 +134,9 @@ Deprecated compatibility macro.
|
||||
|
||||
<!-- ##### MACRO gtk_notebook_set_page ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- # Unused Parameters # -->
|
||||
@notebook:
|
||||
@page_num:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_notebook_next_page ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user