Gtk.Paned.Add2 Method
Adds a child widget into the second part of the Paned container, (the bottom or right panes), with default packing settings.

Syntax

public void Add2 (Widget child)

Parameters

child
A widget for this container to manage.

Remarks

This is the same as calling Paned.Pack2 with resize set to false and shrink set to true.

Requirements

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