Gtk.Paned.Add1 Method
Adds a child widget into the first part of the Paned container, (the top or left panes), with default packing settings.

Syntax

public void Add1 (Widget child)

Parameters

child
A widget for this container to manage.

Remarks

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

Requirements

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