Don't link to old stuff

This commit is contained in:
Matthias Clasen
2010-10-12 01:10:32 -04:00
parent 5a6ea62125
commit f106d369a7
3 changed files with 15 additions and 28 deletions

View File

@ -78,9 +78,10 @@ typedef struct _GtkWindow GtkWindow;
* @width: the width of the widget's allocated area.
* @height: the height of the widget's allocated area.
*
* A <structname>GtkAllocation</structname> of a widget represents region which has been allocated to the
* widget by its parent. It is a subregion of its parents allocation. See
* <xref linkend="size-allocation"/> for more information.
* A <structname>GtkAllocation</structname> of a widget represents region
* which has been allocated to the widget by its parent. It is a subregion
* of its parents allocation. See <xref linkend="geometry-management"/> for
* more information.
*/
typedef GdkRectangle GtkAllocation;