libglade-2.0 Reference Manual

Synopsis

public    static int                    enum_from_string          ( GLib.Type           type,
                                                                    string              str ) ;
public    static uint                   flags_from_string         ( GLib.Type           type,
                                                                    string              str ) ;
public    static weak string            get_widget_name           ( Gtk.Widget          widget ) ;
public    static weak XML               get_widget_tree           ( Gtk.Widget          widget ) ;
public    static void                   init                      (  ) ;
public    static weak string            module_check_version      ( int                 version ) ;
public    static void                   module_register_widgets   (  ) ;
public    static weak Interface         parser_parse_buffer       ( string              buffer,
                                                                    int                 len,
                                                                    string              domain ) ;
public    static weak Interface         parser_parse_file         ( string              file,
                                                                    string              domain ) ;
public    static void                   provide                   ( string              library ) ;
public    static void                   register_custom_prop      ( GLib.Type           type,
                                                                    string              prop_name,
                                                                    ApplyCustomPropFunc apply_prop ) ;
public    static void                   register_widget           ( GLib.Type           type,
                                                                    NewFunc             new_func,
                                                                    BuildChildrenFunc   build_children,
                                                                    FindInternalChildFunc find_internal_child ) ;
public    static void                   require                   ( string              library ) ;
public    static void                   set_custom_handler        ( XMLCustomWidgetHandler handler ) ;
public    static void                   standard_build_children   ( XML                 self,
                                                                    Gtk.Widget          parent,
                                                                    WidgetInfo          info ) ;
public    static weak Gtk.Widget        standard_build_widget     ( XML                 xml,
                                                                    GLib.Type           widget_type,
                                                                    WidgetInfo          info ) ;

Details

enum_from_string ()

public    static int                    enum_from_string          ( GLib.Type           type,
                                                                    string              str ) ;		

flags_from_string ()

public    static uint                   flags_from_string         ( GLib.Type           type,
                                                                    string              str ) ;		

get_widget_name ()

public    static weak string            get_widget_name           ( Gtk.Widget          widget ) ;		

get_widget_tree ()

public    static weak XML               get_widget_tree           ( Gtk.Widget          widget ) ;		

init ()

public    static void                   init                      (  ) ;		

module_check_version ()

public    static weak string            module_check_version      ( int                 version ) ;		

module_register_widgets ()

public    static void                   module_register_widgets   (  ) ;		

parser_parse_buffer ()

public    static weak Interface         parser_parse_buffer       ( string              buffer,
                                                                    int                 len,
                                                                    string              domain ) ;		

parser_parse_file ()

public    static weak Interface         parser_parse_file         ( string              file,
                                                                    string              domain ) ;		

provide ()

public    static void                   provide                   ( string              library ) ;		

register_custom_prop ()

public    static void                   register_custom_prop      ( GLib.Type           type,
                                                                    string              prop_name,
                                                                    ApplyCustomPropFunc apply_prop ) ;		

register_widget ()

public    static void                   register_widget           ( GLib.Type           type,
                                                                    NewFunc             new_func,
                                                                    BuildChildrenFunc   build_children,
                                                                    FindInternalChildFunc find_internal_child ) ;		

require ()

public    static void                   require                   ( string              library ) ;		

set_custom_handler ()

public    static void                   set_custom_handler        ( XMLCustomWidgetHandler handler ) ;		

standard_build_children ()

public    static void                   standard_build_children   ( XML                 self,
                                                                    Gtk.Widget          parent,
                                                                    WidgetInfo          info ) ;		

standard_build_widget ()

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


Created by Valadoc