Gtk.Container.ChildSetProperty Method
Sets a child property of a Gtk.Widget.

Syntax

public void ChildSetProperty (Widget child, string property_name, GLib.Value value)

Parameters

child
a child of this Gtk.Container
property_name
the child property name
value
the value to set property_name to

Remarks

You will not normally need to use this method; Gtk# automatically generates child property accessors for all Gtk.Container subclasses.

Requirements

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