improve deprecation annotation
svn path=/trunk/; revision=21819
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
2008-11-29 Matthias Clasen <mclasen@redhat.com>
|
2008-11-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkdnd.c:
|
||||||
* gtk/gtkcolorsel.c:
|
* gtk/gtkcolorsel.c:
|
||||||
* gtk/gtkbindings.c: Improve deprecation annotations.
|
* gtk/gtkbindings.c: Improve deprecation annotations.
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
2008-11-29 Matthias Clasen <mclasen@redhat.com>
|
2008-11-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkdrawingarea.sgml:
|
||||||
* gtk/tmpl/gtkcheckmenuitem.sgml:
|
* gtk/tmpl/gtkcheckmenuitem.sgml:
|
||||||
* gtk/tmpl/gtkcalendar.sgml:
|
* gtk/tmpl/gtkcalendar.sgml:
|
||||||
* gtk/tmpl/gtkbbox.sgml: Improve deprecation annotations.
|
* gtk/tmpl/gtkbbox.sgml: Improve deprecation annotations.
|
||||||
|
@ -124,7 +124,6 @@ Creates a new drawing area.
|
|||||||
|
|
||||||
<!-- ##### FUNCTION gtk_drawing_area_size ##### -->
|
<!-- ##### FUNCTION gtk_drawing_area_size ##### -->
|
||||||
<para>
|
<para>
|
||||||
(Use gtk_widget_set_size_request() instead.)
|
|
||||||
Sets the size that the drawing area will request
|
Sets the size that the drawing area will request
|
||||||
in response to a "size_request" signal. The
|
in response to a "size_request" signal. The
|
||||||
drawing area may actually be allocated a size
|
drawing area may actually be allocated a size
|
||||||
@ -132,8 +131,8 @@ larger than this depending on how it is packed
|
|||||||
within the enclosing containers.
|
within the enclosing containers.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@darea: a #GtkDrawingArea.
|
@darea: a #GtkDrawingArea
|
||||||
@width: the width to request.
|
@width: the width to request
|
||||||
@height: the height to request.
|
@height: the height to request
|
||||||
|
@Deprecated: Use gtk_widget_set_size_request() instead.
|
||||||
|
|
||||||
|
@ -3239,8 +3239,9 @@ gtk_drag_set_icon_default (GdkDragContext *context)
|
|||||||
*
|
*
|
||||||
* Changes the default drag icon. GTK+ retains references for the
|
* Changes the default drag icon. GTK+ retains references for the
|
||||||
* arguments, and will release them when they are no longer needed.
|
* arguments, and will release them when they are no longer needed.
|
||||||
* This function is obsolete. The default icon should now be changed
|
*
|
||||||
* via the stock system by changing the stock pixbuf for #GTK_STOCK_DND.
|
* Deprecated: Change the default drag icon via the stock system by
|
||||||
|
* changing the stock pixbuf for #GTK_STOCK_DND instead.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gtk_drag_set_default_icon (GdkColormap *colormap,
|
gtk_drag_set_default_icon (GdkColormap *colormap,
|
||||||
|
Reference in New Issue
Block a user