docs: Improve crossreferences

Use #GtkOrientable:orientation instead "orientation"
This commit is contained in:
Javier Jardón
2011-06-10 10:55:28 +01:00
parent 151bcc6dfa
commit 0ec4fa558f
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
* @See_also: #GtkAdjustment, #GtkScrolledWindow
*
* The #GtkScrollbar widget is a horizontal or vertical scrollbar,
* depending on the value of the "orientation" property.
* depending on the value of the #GtkOrientable:orientation property.
*
* The position of the thumb in a scrollbar is controlled by the scroll
* adjustments. See #GtkAdjustment for the fields in an adjustment - for

View File

@ -37,7 +37,7 @@
* @Title: GtkSeparator
*
* GtkSeparator is a horizontal or vertical separator widget, depending on the
* value of the "orientation" property, used to group the widgets within a
* value of the #GtkOrientable:orientation property, used to group the widgets within a
* window. It displays a line with a shadow to make it appear sunken into the
* interface.
*/