Glade.XML.SetCommonParams Method
Sets the common parameters on a widget, and is responsible for inserting it into the Glade.XML object's internal structures.

Syntax

public void SetCommonParams (Gtk.Widget widget, WidgetInfo info)

Parameters

widget
the widget to set parameters on
info
the Glade.WidgetInfo structure for widget

Remarks

Sets the common parameters on ., and is responsible for inserting it into the Glade.XML object's internal structures. It will also add the children to this widget. Usually this function is only called by Glade.XML.BuildWidget(Glade.WidgetInfo), but is exposed for difficult cases, such as setting up Gtk.Toolbar buttons and the like.

Requirements

Namespace: Glade
Assembly: glade-sharp (in glade-sharp.dll)