Fix small typo in the docs of GtkWidget

In a XML example was MyGrid as a class defined; replaced with GtkGrid
This commit is contained in:
Ungedummt 2021-01-30 21:56:03 +01:00
parent 65c38111f9
commit 293b81cad2

View File

@ -257,7 +257,7 @@
* custom `<layout>` element, used to define layout properties:
*
* |[<!-- language="xml" -->
* <object class="MyGrid" id="grid1">
* <object class="GtkGrid" id="my_grid">
* <child>
* <object class="GtkLabel" id="label1">
* <property name="label">Description</property>