Virtual Method
GtkBuildableadd_child
Declaration [src]
void
add_child (
  GtkBuildable* buildable,
  GtkBuilder* builder,
  GObject* child,
  const char* type
)
Description [src]
Adds a child to buildable. type is an optional string
describing how the child should be added.
Parameters
| builder | GtkBuilder | 
| A  | |
| The data is owned by the caller of the function. | |
| child | GObject | 
| Child to add. | |
| The data is owned by the caller of the function. | |
| type | const char* | 
| Kind of child or  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |