From: Matthias Clasen Date: Tue, 12 Oct 2010 05:10:32 +0000 (-0400) Subject: Don't link to old stuff X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=f106d369a7f4b53dad6209cf8d3d60ccecde0e79;p=~andy%2Fgtk Don't link to old stuff --- diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index e21426a01..9007dd1d9 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -315,7 +315,6 @@ that is, GUI components such as GtkButton or GtkTextView. - diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 06d862d5c..aa9e20a9a 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -4914,6 +4914,17 @@ gtk_requisition_new gtk_requisition_copy gtk_requisition_free + +GtkSizeRequestMode +GtkRequestedSize +gtk_widget_get_preferred_height +gtk_widget_get_preferred_width +gtk_widget_get_preferred_height_for_width +gtk_widget_get_preferred_width_for_height +gtk_widget_get_request_mode +gtk_widget_get_preferred_size +gtk_distribute_natural_allocation + GtkAlign gtk_widget_get_halign @@ -6266,30 +6277,6 @@ GTK_TYPE_ORIENTABLE gtk_orientable_get_type -
-gtksizerequest -GtkSizeRequest -GtkSizeRequestMode -GtkRequestedSize -gtk_widget_get_preferred_height -gtk_widget_get_preferred_width -gtk_widget_get_preferred_height_for_width -gtk_widget_get_preferred_width_for_height -gtk_widget_get_request_mode -gtk_widget_get_preferred_size -gtk_distribute_natural_allocation - - -GTK_SIZE_REQUEST -GTK_SIZE_REQUEST_CLASS -GTK_SIZE_REQUEST_GET_IFACE -GTK_IS_SIZE_REQUEST -GTK_TYPE_SIZE_REQUEST - - -gtk_widget_get_type -
-
gtkapplication GtkApplication diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 9674a5f18..4fb02a15e 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -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 GtkAllocation of a widget represents region which has been allocated to the - * widget by its parent. It is a subregion of its parents allocation. See - * for more information. + * A GtkAllocation of a widget represents region + * which has been allocated to the widget by its parent. It is a subregion + * of its parents allocation. See for + * more information. */ typedef GdkRectangle GtkAllocation;