Gtk.Paned.Pack2 Method
Packs a child widget into the second part of the Paned container, (the bottom or right panes).

Syntax

public void Pack2 (Widget child, bool resize, bool shrink)

Parameters

child
A widget for this container to manage.
resize
Whether this child should expand when the Paned widget is resized.
shrink
Whether this child can be made smaller than its default size by the user.

Remarks

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)