forked from AuroraMiddleware/gtk
Add deprecation notes.
2006-02-03 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkmenushell.sgml: * gtk/tmpl/gtkmenu.sgml: Add deprecation notes.
This commit is contained in:
parent
94dc872ff5
commit
32fb5404bf
@ -1,3 +1,8 @@
|
||||
2006-02-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkmenushell.sgml:
|
||||
* gtk/tmpl/gtkmenu.sgml: Add deprecation notes.
|
||||
|
||||
2006-01-31 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Add new functions
|
||||
|
@ -168,9 +168,7 @@ Adds a new #GtkMenuItem to the end of the menu's item list.
|
||||
|
||||
@menu: a #GtkMenu.
|
||||
@child: The #GtkMenuItem to add.
|
||||
<!-- # Unused Parameters # -->
|
||||
@m:
|
||||
@c:
|
||||
@Deprecated: Use gtk_menu_shell_append() instead.
|
||||
|
||||
|
||||
<!-- ##### MACRO gtk_menu_prepend ##### -->
|
||||
@ -180,10 +178,7 @@ Adds a new #GtkMenuItem to the beginning of the menu's item list.
|
||||
|
||||
@menu: a #GtkMenu.
|
||||
@child: The #GtkMenuItem to add.
|
||||
<!-- # Unused Parameters # -->
|
||||
@menu_child:
|
||||
@m:
|
||||
@c:
|
||||
@Deprecated: Use gtk_menu_shell_prepend() instead.
|
||||
|
||||
|
||||
<!-- ##### MACRO gtk_menu_insert ##### -->
|
||||
@ -195,7 +190,8 @@ indicated by @position.
|
||||
@menu: a #GtkMenu.
|
||||
@child: The #GtkMenuItem to add.
|
||||
@pos: The position in the item list where @child is added.
|
||||
Positions are numbered from 0 to n-1.
|
||||
Positions are numbered from 0 to n-1.
|
||||
@Deprecated: Use gtk_menu_shell_insert() instead.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_menu_reorder_child ##### -->
|
||||
|
@ -58,6 +58,7 @@ Adds a new #GtkMenuItem to the end of the GtkMenuBar
|
||||
|
||||
@menu: a #GtkMenuBar
|
||||
@child: the #GtkMenuItem to add
|
||||
@Deprecated: Use gtk_menu_shell_append() instead.
|
||||
|
||||
|
||||
<!-- ##### MACRO gtk_menu_bar_prepend ##### -->
|
||||
@ -67,7 +68,7 @@ Adds a new #GtkMenuItem to the beginning of the GtkMenuBar
|
||||
|
||||
@menu: a #GtkMenuBar
|
||||
@child: the #GtkMenuItem to add
|
||||
|
||||
@Deprecated: Use gtk_menu_shell_prepend() instead.
|
||||
|
||||
<!-- ##### MACRO gtk_menu_bar_insert ##### -->
|
||||
<para>
|
||||
@ -77,6 +78,7 @@ Adds a new #GtkMenuItem to the GtkMenuBar at the position defined by @position
|
||||
@menu: a #GtkMenuBar
|
||||
@child: the #GtkMenuItem to add
|
||||
@pos: the position in the item list where the @child is added.
|
||||
@Deprecated: Use gtk_menu_shell_insert() instead.
|
||||
|
||||
|
||||
<!-- ##### ENUM GtkPackDirection ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user