public delegate void ApplyCustomPropFunc ( XML xml,
Gtk.Widget widget,
string propname,
string value ) ;
public delegate void BuildChildrenFunc ( XML xml,
Gtk.Widget parent,
WidgetInfo info ) ;
public delegate weak Gtk.Widget FindInternalChildFunc ( XML xml,
Gtk.Widget parent,
string childname ) ;
public delegate weak Gtk.Widget NewFunc ( XML xml,
GLib.Type widget_type,
WidgetInfo info ) ;
public static delegate void XMLConnectFunc ( string handler_name,
GLib.Object object,
string signal_name,
string signal_data,
GLib.Object connect_object,
bool after ) ;
public static delegate weak Gtk.Widget XMLCustomWidgetHandler ( XML xml,
string func_name,
string name,
string string1,
string string2,
int int1,
int int2 ) ;
public delegate void ApplyCustomPropFunc ( XML xml,
Gtk.Widget widget,
string propname,
string value ) ;
public delegate void BuildChildrenFunc ( XML xml,
Gtk.Widget parent,
WidgetInfo info ) ;
public delegate weak Gtk.Widget FindInternalChildFunc ( XML xml,
Gtk.Widget parent,
string childname ) ;
public delegate weak Gtk.Widget NewFunc ( XML xml,
GLib.Type widget_type,
WidgetInfo info ) ;
public static delegate void XMLConnectFunc ( string handler_name,
GLib.Object object,
string signal_name,
string signal_data,
GLib.Object connect_object,
bool after ) ;
public static delegate weak Gtk.Widget XMLCustomWidgetHandler ( XML xml,
string func_name,
string name,
string string1,
string string2,
int int1,
int int2 ) ;
Created by Valadoc