libglade-2.0 Reference Manual

Synopsis

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 )  ;

Details

ApplyCustomPropFunc ()

public    delegate void                 ApplyCustomPropFunc       ( XML                 xml,
                                                                    Gtk.Widget          widget,
                                                                    string              propname,
                                                                    string              value )  ;		

BuildChildrenFunc ()

public    delegate void                 BuildChildrenFunc         ( XML                 xml,
                                                                    Gtk.Widget          parent,
                                                                    WidgetInfo          info )  ;		

FindInternalChildFunc ()

public    delegate weak Gtk.Widget      FindInternalChildFunc     ( XML                 xml,
                                                                    Gtk.Widget          parent,
                                                                    string              childname )  ;		

NewFunc ()

public    delegate weak Gtk.Widget      NewFunc                   ( XML                 xml,
                                                                    GLib.Type           widget_type,
                                                                    WidgetInfo          info )  ;		

XMLConnectFunc ()

public    static delegate void          XMLConnectFunc            ( string              handler_name,
                                                                    GLib.Object         object,
                                                                    string              signal_name,
                                                                    string              signal_data,
                                                                    GLib.Object         connect_object,
                                                                    bool                after )  ;		

XMLCustomWidgetHandler ()

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