Flap.setContent

void setContent(gtk.widget.Widget content = null) nothrow

Sets the content widget for self.

It's always displayed when unfolded, and partially visible when folded.

Parameters

contentthe content widget

Deprecated