forked from AuroraMiddleware/gtk
buildable: Cosmetics
Don't refer to GtkContainer in the docs.
This commit is contained in:
parent
001d62381a
commit
7af15ae277
@ -83,8 +83,8 @@ struct _GtkBuildableParser
|
|||||||
* @get_name: The getter corresponding to @set_name. Implement this
|
* @get_name: The getter corresponding to @set_name. Implement this
|
||||||
* if you implement @set_name.
|
* if you implement @set_name.
|
||||||
* @add_child: Adds a child. The @type parameter can be used to
|
* @add_child: Adds a child. The @type parameter can be used to
|
||||||
* differentiate the kind of child. #GtkContainer implements this
|
* differentiate the kind of child. #GtkWidget implements this
|
||||||
* to add add a child widget to the container, #GtkNotebook uses
|
* to add event controllers to the widget, #GtkNotebook uses
|
||||||
* the @type to distinguish between page labels (of type "page-label")
|
* the @type to distinguish between page labels (of type "page-label")
|
||||||
* and normal children.
|
* and normal children.
|
||||||
* @set_buildable_property: Sets a property of a buildable object.
|
* @set_buildable_property: Sets a property of a buildable object.
|
||||||
|
Loading…
Reference in New Issue
Block a user