forked from AuroraMiddleware/gtk
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:
parent
65c38111f9
commit
293b81cad2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user