Method

Gtk.Frame.set_child

Declaration [src]

void
gtk_frame_set_child (
  GtkFrame* frame,
  GtkWidget* child
)

Description [src]

Sets the child widget of frame.

Sets propertyGtk.Frame:child

Parameters

child GtkWidget
 

the child widget

 Can be NULL
 Ownership is not transferred to the callee