forked from AuroraMiddleware/gtk
improve deprecation annotation
svn path=/trunk/; revision=21819
This commit is contained in:
parent
c4c4b02640
commit
1be770bc40
@ -1,5 +1,6 @@
|
||||
2008-11-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c:
|
||||
* gtk/gtkcolorsel.c:
|
||||
* gtk/gtkbindings.c: Improve deprecation annotations.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
2008-11-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkdrawingarea.sgml:
|
||||
* gtk/tmpl/gtkcheckmenuitem.sgml:
|
||||
* gtk/tmpl/gtkcalendar.sgml:
|
||||
* gtk/tmpl/gtkbbox.sgml: Improve deprecation annotations.
|
||||
|
@ -124,7 +124,6 @@ Creates a new drawing area.
|
||||
|
||||
<!-- ##### FUNCTION gtk_drawing_area_size ##### -->
|
||||
<para>
|
||||
(Use gtk_widget_set_size_request() instead.)
|
||||
Sets the size that the drawing area will request
|
||||
in response to a "size_request" signal. The
|
||||
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.
|
||||
</para>
|
||||
|
||||
@darea: a #GtkDrawingArea.
|
||||
@width: the width to request.
|
||||
@height: the height to request.
|
||||
|
||||
@darea: a #GtkDrawingArea
|
||||
@width: the width 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
|
||||
* 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
|
||||
gtk_drag_set_default_icon (GdkColormap *colormap,
|
||||
|
Loading…
Reference in New Issue
Block a user