gtk+-2.0 Reference Manual

Synopsis

public class Builder : Object  {
    public    weak string               translation_domain        { get; set; } ;


    public                              Builder                   (  ) ;


    public    uint                      add_from_file             ( string              filename ) 
                                                             throws GLib.Error;
    public    uint                      add_from_string           ( string              buffer,
                                                                    ulong               length ) 
                                                             throws GLib.Error;
    public    void                      connect_signals           ( void**              user_data ) ;
    public    void                      connect_signals_full      ( BuilderConnectFunc  func ) ;
    public    static GLib.Quark         error_quark               (  ) ;
    public    weak GLib.Object          get_object                ( string              name ) ;
    public    weak GLib.SList           get_objects               (  ) ;
    public    weak string               get_translation_domain    (  ) ;
    public    void                      set_translation_domain    ( string              domain ) ;
    public    bool                      value_from_string         ( GLib.ParamSpec      pspec,
                                                                    string              str,
                                                                    GLib.Value          value ) 
                                                             throws GLib.Error;
    public    bool                      value_from_string_type    ( GLib.Type           type,
                                                                    string              str,
                                                                    GLib.Value          value ) 
                                                             throws GLib.Error;
    public    virtual GLib.Type         get_type_from_name        ( string              type_name ) ;
}

Builder Description

Details

Constructor Details

Builder ()
    public                              Builder                   (  ) ;		

Field Details

Signal Details

Property Details

translation_domain
    public    weak string               translation_domain        { get; set; } ;		

Method Details

add_from_file ()
    public    uint                      add_from_file             ( string              filename ) 
                                                             throws GLib.Error;		

add_from_string ()
    public    uint                      add_from_string           ( string              buffer,
                                                                    ulong               length ) 
                                                             throws GLib.Error;		

connect_signals ()
    public    void                      connect_signals           ( void**              user_data ) ;		

connect_signals_full ()
    public    void                      connect_signals_full      ( BuilderConnectFunc  func ) ;		

error_quark ()
    public    static GLib.Quark         error_quark               (  ) ;		

get_object ()
    public    weak GLib.Object          get_object                ( string              name ) ;		

get_objects ()
    public    weak GLib.SList           get_objects               (  ) ;		

get_translation_domain ()
    public    weak string               get_translation_domain    (  ) ;		

set_translation_domain ()
    public    void                      set_translation_domain    ( string              domain ) ;		

value_from_string ()
    public    bool                      value_from_string         ( GLib.ParamSpec      pspec,
                                                                    string              str,
                                                                    GLib.Value          value ) 
                                                             throws GLib.Error;		

value_from_string_type ()
    public    bool                      value_from_string_type    ( GLib.Type           type,
                                                                    string              str,
                                                                    GLib.Value          value ) 
                                                             throws GLib.Error;		

get_type_from_name ()
    public    virtual GLib.Type         get_type_from_name        ( string              type_name ) ;		


Created by Valadoc