Gtk.Paned.Pack1 Method
Packs a child widget into the first part of the Paned container, (the top or left panes).

Syntax

public void Pack1 (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)