gtk :: GtkContainer :: add
# Add a widget to the container fun add(widget: GtkWidget) `{ gtk_container_add(self, widget); `}