forked from AuroraMiddleware/gtk
Typofix in documentation
This commit is contained in:
parent
4c2e53a468
commit
d0393d7376
@ -84,7 +84,7 @@ gtk_hbox_init (GtkHBox *hbox)
|
|||||||
* Returns: a new #GtkHBox.
|
* Returns: a new #GtkHBox.
|
||||||
*
|
*
|
||||||
* Deprecated: 3.2: You can use gtk_box_new() with %GTK_ORIENTATION_HORIZONTAL instead,
|
* Deprecated: 3.2: You can use gtk_box_new() with %GTK_ORIENTATION_HORIZONTAL instead,
|
||||||
* wich is a very quick and easy change. But the recommendation is to switch to
|
* which is a quick and easy change. But the recommendation is to switch to
|
||||||
* #GtkGrid, since #GtkBox is going to go away eventually.
|
* #GtkGrid, since #GtkBox is going to go away eventually.
|
||||||
* See <xref linkend="gtk-migrating-GtkGrid"/>.
|
* See <xref linkend="gtk-migrating-GtkGrid"/>.
|
||||||
*/
|
*/
|
||||||
|
@ -88,7 +88,7 @@ gtk_vbox_init (GtkVBox *vbox)
|
|||||||
* Returns: a new #GtkVBox.
|
* Returns: a new #GtkVBox.
|
||||||
*
|
*
|
||||||
* Deprecated: 3.2: You can use gtk_box_new() with %GTK_ORIENTATION_VERTICAL instead,
|
* Deprecated: 3.2: You can use gtk_box_new() with %GTK_ORIENTATION_VERTICAL instead,
|
||||||
* wich is a very quick and easy change. But the recommendation is to switch to
|
* which is a quick and easy change. But the recommendation is to switch to
|
||||||
* #GtkGrid, since #GtkBox is going to go away eventually.
|
* #GtkGrid, since #GtkBox is going to go away eventually.
|
||||||
* See <xref linkend="gtk-migrating-GtkGrid"/>.
|
* See <xref linkend="gtk-migrating-GtkGrid"/>.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user