Method
Gtk.Widget.set_layout_manager
Declaration [src]
void
gtk_widget_set_layout_manager (
  GtkWidget* widget,
  GtkLayoutManager* layout_manager
)
Description [src]
Sets the layout manager delegate instance that
provides an implementation for measuring and
allocating the children of widget.
| Sets property | Gtk.Widget:layout-manager | 
Parameters
| layout_manager | GtkLayoutManager | 
| a  | |
| Can be NULL | |
| Ownership of the data is transferred to the callee |