gtk+-2.0 Reference Manual

Synopsis

public    static bool                   accel_groups_activate     ( GLib.Object         object,
                                                                    uint                accel_key,
                                                                    Gdk.ModifierType    accel_mods ) ;
public    static weak GLib.SList        accel_groups_from_object  ( GLib.Object         object ) ;
public    static uint                   accelerator_get_default_mod_mask (  ) ;
public    static weak string            accelerator_get_label     ( uint                accelerator_key,
                                                                    Gdk.ModifierType    accelerator_mods ) ;
public    static weak string            accelerator_name          ( uint                accelerator_key,
                                                                    Gdk.ModifierType    accelerator_mods ) ;
public    static void                   accelerator_parse         ( string              accelerator,
                                                                    uint                accelerator_key,
                                                                    Gdk.ModifierType    accelerator_mods ) ;
public    static void                   accelerator_set_default_mod_mask ( Gdk.ModifierType    default_mod_mask ) ;
public    static bool                   accelerator_valid         ( uint                keyval,
                                                                    Gdk.ModifierType    modifiers ) ;
public    static bool                   alternative_dialog_button_order ( Gdk.Screen          screen ) ;
public    static bool                   bindings_activate         ( Object              object,
                                                                    uint                keyval,
                                                                    Gdk.ModifierType    modifiers ) ;
public    static bool                   bindings_activate_event   ( Object              object,
                                                                    Gdk.EventKey        event ) ;
public    static weak string            check_version             ( uint                required_major,
                                                                    uint                required_minor,
                                                                    uint                required_micro ) ;
public    static void                   disable_setlocale         (  ) ;
public    static weak Gdk.DragContext   drag_begin                ( Widget              widget,
                                                                    TargetList          targets,
                                                                    Gdk.DragAction      actions,
                                                                    int                 button,
                                                                    Gdk.Event           event ) ;
public    static bool                   drag_check_threshold      ( Widget              widget,
                                                                    int                 start_x,
                                                                    int                 start_y,
                                                                    int                 current_x,
                                                                    int                 current_y ) ;
public    static void                   drag_dest_add_image_targets ( Widget              widget ) ;
public    static void                   drag_dest_add_text_targets ( Widget              widget ) ;
public    static void                   drag_dest_add_uri_targets ( Widget              widget ) ;
public    static Gdk.Atom               drag_dest_find_target     ( Widget              widget,
                                                                    Gdk.DragContext     context,
                                                                    TargetList          target_list ) ;
public    static weak TargetList        drag_dest_get_target_list ( Widget              widget ) ;
public    static bool                   drag_dest_get_track_motion ( Widget              widget ) ;
public    static void                   drag_dest_set             ( Widget              widget,
                                                                    DestDefaults        flags,
                                                                    TargetEntry[]       targets,
                                                                    Gdk.DragAction      actions ) ;
public    static void                   drag_dest_set_proxy       ( Widget              widget,
                                                                    Gdk.Window          proxy_window,
                                                                    Gdk.DragProtocol    protocol,
                                                                    bool                use_coordinates ) ;
public    static void                   drag_dest_set_target_list ( Widget              widget,
                                                                    TargetList          target_list ) ;
public    static void                   drag_dest_set_track_motion ( Widget              widget,
                                                                    bool                track_motion ) ;
public    static void                   drag_dest_unset           ( Widget              widget ) ;
public    static void                   drag_finish               ( Gdk.DragContext     context,
                                                                    bool                success,
                                                                    bool                del,
                                                                    uint                time_ ) ;
public    static void                   drag_get_data             ( Widget              widget,
                                                                    Gdk.DragContext     context,
                                                                    Gdk.Atom            target,
                                                                    uint                time_ ) ;
public    static weak Widget            drag_get_source_widget    ( Gdk.DragContext     context ) ;
public    static void                   drag_highlight            ( Widget              widget ) ;
public    static void                   drag_set_icon_default     ( Gdk.DragContext     context ) ;
public    static void                   drag_set_icon_name        ( Gdk.DragContext     context,
                                                                    string              icon_name,
                                                                    int                 hot_x,
                                                                    int                 hot_y ) ;
public    static void                   drag_set_icon_pixbuf      ( Gdk.DragContext     context,
                                                                    Gdk.Pixbuf          pixbuf,
                                                                    int                 hot_x,
                                                                    int                 hot_y ) ;
public    static void                   drag_set_icon_pixmap      ( Gdk.DragContext     context,
                                                                    Gdk.Colormap        colormap,
                                                                    Gdk.Pixmap          pixmap,
                                                                    Gdk.Bitmap          mask,
                                                                    int                 hot_x,
                                                                    int                 hot_y ) ;
public    static void                   drag_set_icon_stock       ( Gdk.DragContext     context,
                                                                    string              stock_id,
                                                                    int                 hot_x,
                                                                    int                 hot_y ) ;
public    static void                   drag_set_icon_widget      ( Gdk.DragContext     context,
                                                                    Widget              widget,
                                                                    int                 hot_x,
                                                                    int                 hot_y ) ;
public    static void                   drag_source_add_image_targets ( Widget              widget ) ;
public    static void                   drag_source_add_text_targets ( Widget              widget ) ;
public    static void                   drag_source_add_uri_targets ( Widget              widget ) ;
public    static weak TargetList        drag_source_get_target_list ( Widget              widget ) ;
public    static void                   drag_source_set           ( Widget              widget,
                                                                    Gdk.ModifierType    start_button_mask,
                                                                    TargetEntry[]       targets,
                                                                    Gdk.DragAction      actions ) ;
public    static void                   drag_source_set_icon      ( Widget              widget,
                                                                    Gdk.Colormap        colormap,
                                                                    Gdk.Pixmap          pixmap,
                                                                    Gdk.Bitmap          mask ) ;
public    static void                   drag_source_set_icon_name ( Widget              widget,
                                                                    string              icon_name ) ;
public    static void                   drag_source_set_icon_pixbuf ( Widget              widget,
                                                                    Gdk.Pixbuf          pixbuf ) ;
public    static void                   drag_source_set_icon_stock ( Widget              widget,
                                                                    string              stock_id ) ;
public    static void                   drag_source_set_target_list ( Widget              widget,
                                                                    TargetList          target_list ) ;
public    static void                   drag_source_unset         ( Widget              widget ) ;
public    static void                   drag_unhighlight          ( Widget              widget ) ;
public    static void                   draw_insertion_cursor     ( Widget              widget,
                                                                    Gdk.Drawable        drawable,
                                                                    Gdk.Rectangle       area,
                                                                    Gdk.Rectangle       location,
                                                                    bool                is_primary,
                                                                    TextDirection       direction,
                                                                    bool                draw_arrow ) ;
public    static bool                   events_pending            (  ) ;
public    static weak Gdk.GC            gc_get                    ( int                 depth,
                                                                    Gdk.Colormap        colormap,
                                                                    Gdk.GCValues        values,
                                                                    Gdk.GCValuesMask    values_mask ) ;
public    static void                   gc_release                ( Gdk.GC              gc ) ;
public    static weak Gdk.Event         get_current_event         (  ) ;
public    static bool                   get_current_event_state   ( Gdk.ModifierType    state ) ;
public    static uint                   get_current_event_time    (  ) ;
public    static weak Pango.Language    get_default_language      (  ) ;
public    static weak Widget            get_event_widget          ( Gdk.Event           event ) ;
public    static GLib.OptionGroup       get_option_group          ( bool                open_default_display ) ;
public    static void                   grab_add                  ( Widget              widget ) ;
public    static weak Widget            grab_get_current          (  ) ;
public    static void                   grab_remove               ( Widget              widget ) ;
public    static IconSize               icon_size_from_name       ( string              name ) ;
public    static weak string            icon_size_get_name        ( IconSize            size ) ;
public    static bool                   icon_size_lookup          ( IconSize            size,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static bool                   icon_size_lookup_for_settings ( Settings            settings,
                                                                    IconSize            size,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static IconSize               icon_size_register        ( string              name,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static void                   icon_size_register_alias  ( string              alias,
                                                                    IconSize            target ) ;
public    static GLib.Type              identifier_get_type       (  ) ;
public    static void                   init                      ( string[]            argv ) ;
public    static void                   init_add                  ( Function            function,
                                                                    void**              data ) ;
public    static bool                   init_check                ( string[]            argv ) ;
public    static bool                   init_with_args            ( string[]            argv,
                                                                    string              parameter_string,
                                                                    GLib.OptionEntry[]  entries,
                                                                    string              translation_domain ) 
                                                             throws GLib.Error;
public    static uint                   key_snooper_install       ( KeySnoopFunc        snooper,
                                                                    void**              func_data ) ;
public    static void                   key_snooper_remove        ( uint                snooper_handler_id ) ;
public    static void                   main                      (  ) ;
public    static void                   main_do_event             ( Gdk.Event           event ) ;
public    static bool                   main_iteration            (  ) ;
public    static bool                   main_iteration_do         ( bool                blocking ) ;
public    static uint                   main_level                (  ) ;
public    static void                   main_quit                 (  ) ;
public    static void                   paint_arrow               ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    ArrowType           arrow_type,
                                                                    bool                fill,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static void                   paint_box                 ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static void                   paint_box_gap             ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height,
                                                                    PositionType        gap_side,
                                                                    int                 gap_x,
                                                                    int                 gap_width ) ;
public    static void                   paint_check               ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static void                   paint_diamond             ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static void                   paint_expander            ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    ExpanderStyle       expander_style ) ;
public    static void                   paint_extension           ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height,
                                                                    PositionType        gap_side ) ;
public    static void                   paint_flat_box            ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static void                   paint_focus               ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static void                   paint_handle              ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height,
                                                                    Orientation         orientation ) ;
public    static void                   paint_hline               ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x1,
                                                                    int                 x2,
                                                                    int                 y ) ;
public    static void                   paint_layout              ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    bool                use_text,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    Pango.Layout        layout ) ;
public    static void                   paint_option              ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static void                   paint_polygon             ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    Gdk.Point           points,
                                                                    int                 npoints,
                                                                    bool                fill ) ;
public    static void                   paint_resize_grip         ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    Gdk.WindowEdge      edge,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static void                   paint_shadow              ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static void                   paint_shadow_gap          ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height,
                                                                    PositionType        gap_side,
                                                                    int                 gap_x,
                                                                    int                 gap_width ) ;
public    static void                   paint_slider              ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height,
                                                                    Orientation         orientation ) ;
public    static void                   paint_tab                 ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;
public    static void                   paint_vline               ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 y1_,
                                                                    int                 y2_,
                                                                    int                 x ) ;
public    static bool                   parse_args                ( int                 argc,
                                                                    string[]            argv ) ;
public    static GLib.Quark             print_error_quark         (  ) ;
public    static weak PageSetup         print_run_page_setup_dialog ( Window              parent,
                                                                    PageSetup           page_setup,
                                                                    PrintSettings       settings ) ;
public    static void                   print_run_page_setup_dialog_async ( Window              parent,
                                                                    PageSetup           page_setup,
                                                                    PrintSettings       settings,
                                                                    PageSetupDoneFunc   done_cb,
                                                                    void**              data ) ;
public    static void                   propagate_event           ( Widget              widget,
                                                                    Gdk.Event           event ) ;
public    static uint                   quit_add                  ( uint                main_level,
                                                                    Function            function,
                                                                    void**              data ) ;
public    static void                   quit_add_destroy          ( uint                main_level,
                                                                    Object              object ) ;
public    static void                   quit_remove               ( uint                quit_handler_id ) ;
public    static void                   quit_remove_by_data       ( void**              data ) ;
public    static void                   rc_add_default_file       ( string              filename ) ;
public    static weak string            rc_find_module_in_path    ( string              module_file ) ;
public    static weak string            rc_find_pixmap_in_path    ( Settings            settings,
                                                                    GLib.Scanner        scanner,
                                                                    string              pixmap_file ) ;
public    static weak string            rc_get_default_files      (  ) ;
public    static weak string            rc_get_im_module_file     (  ) ;
public    static weak string            rc_get_im_module_path     (  ) ;
public    static weak string            rc_get_module_dir         (  ) ;
public    static weak Style             rc_get_style              ( Widget              widget ) ;
public    static weak Style             rc_get_style_by_paths     ( Settings            settings,
                                                                    string              widget_path,
                                                                    string              class_path,
                                                                    GLib.Type           type ) ;
public    static weak string            rc_get_theme_dir          (  ) ;
public    static void                   rc_parse                  ( string              filename ) ;
public    static uint                   rc_parse_color            ( GLib.Scanner        scanner,
                                                                    Gdk.Color           color ) ;
public    static uint                   rc_parse_color_full       ( GLib.Scanner        scanner,
                                                                    RcStyle             style,
                                                                    Gdk.Color           color ) ;
public    static uint                   rc_parse_priority         ( GLib.Scanner        scanner,
                                                                    PathPriorityType    priority ) ;
public    static uint                   rc_parse_state            ( GLib.Scanner        scanner,
                                                                    StateType           state ) ;
public    static void                   rc_parse_string           ( string              rc_string ) ;
public    static bool                   rc_reparse_all            (  ) ;
public    static bool                   rc_reparse_all_for_settings ( Settings            settings,
                                                                    bool                force_load ) ;
public    static void                   rc_reset_styles           ( Settings            settings ) ;
public    static weak GLib.Scanner      rc_scanner_new            (  ) ;
public    static void                   rc_set_default_files      ( string              filenames ) ;
public    static void                   selection_add_target      ( Widget              widget,
                                                                    Gdk.Atom            selection,
                                                                    Gdk.Atom            target,
                                                                    uint                info ) ;
public    static void                   selection_add_targets     ( Widget              widget,
                                                                    Gdk.Atom            selection,
                                                                    TargetEntry[]       targets,
                                                                    uint                ntargets ) ;
public    static void                   selection_clear_targets   ( Widget              widget,
                                                                    Gdk.Atom            selection ) ;
public    static bool                   selection_convert         ( Widget              widget,
                                                                    Gdk.Atom            selection,
                                                                    Gdk.Atom            target,
                                                                    uint                time_ ) ;
public    static bool                   selection_owner_set       ( Widget              widget,
                                                                    Gdk.Atom            selection,
                                                                    uint                time_ ) ;
public    static bool                   selection_owner_set_for_display ( Gdk.Display         display,
                                                                    Widget              widget,
                                                                    Gdk.Atom            selection,
                                                                    uint                time_ ) ;
public    static void                   selection_remove_all      ( Widget              widget ) ;
public    static weak string            set_locale                (  ) ;
public    static void                   show_about_dialog         ( Window              parent,
                                                                    ... ) ;
public    static void                   stock_add                 ( StockItem[]         items ) ;
public    static void                   stock_add_static          ( StockItem[]         items ) ;
public    static weak GLib.SList        stock_list_ids            (  ) ;
public    static bool                   stock_lookup              ( string              stock_id,
                                                                    StockItem           item ) ;
public    static void                   stock_set_translate_func  ( string              domain,
                                                                    TranslateFunc       func,
                                                                    void**              data,
                                                                    DestroyNotify       notify ) ;
public    static void                   target_table_free         ( TargetEntry[]       targets ) ;
public    static TargetEntry            target_table_new_from_list ( TargetList          list,
                                                                    int                 n_targets ) ;
public    static bool                   targets_include_image     ( Gdk.Atom[]          targets,
                                                                    bool                writable ) ;
public    static bool                   targets_include_rich_text ( Gdk.Atom[]          targets,
                                                                    TextBuffer          buffer ) ;
public    static bool                   targets_include_text      ( Gdk.Atom[]          targets ) ;
public    static bool                   targets_include_uri       ( Gdk.Atom[]          targets ) ;
public    static bool                   tree_get_row_drag_data    ( SelectionData       selection_data,
                                                                    weak TreeModel      tree_model,
                                                                    weak TreePath       path ) ;
public    static bool                   tree_set_row_drag_data    ( SelectionData       selection_data,
                                                                    TreeModel           tree_model,
                                                                    TreePath            path ) ;

Details

accel_groups_activate ()

public    static bool                   accel_groups_activate     ( GLib.Object         object,
                                                                    uint                accel_key,
                                                                    Gdk.ModifierType    accel_mods ) ;		

accel_groups_from_object ()

public    static weak GLib.SList        accel_groups_from_object  ( GLib.Object         object ) ;		

accelerator_get_default_mod_mask ()

public    static uint                   accelerator_get_default_mod_mask (  ) ;		

accelerator_get_label ()

public    static weak string            accelerator_get_label     ( uint                accelerator_key,
                                                                    Gdk.ModifierType    accelerator_mods ) ;		

accelerator_name ()

public    static weak string            accelerator_name          ( uint                accelerator_key,
                                                                    Gdk.ModifierType    accelerator_mods ) ;		

accelerator_parse ()

public    static void                   accelerator_parse         ( string              accelerator,
                                                                    uint                accelerator_key,
                                                                    Gdk.ModifierType    accelerator_mods ) ;		

accelerator_set_default_mod_mask ()

public    static void                   accelerator_set_default_mod_mask ( Gdk.ModifierType    default_mod_mask ) ;		

accelerator_valid ()

public    static bool                   accelerator_valid         ( uint                keyval,
                                                                    Gdk.ModifierType    modifiers ) ;		

alternative_dialog_button_order ()

public    static bool                   alternative_dialog_button_order ( Gdk.Screen          screen ) ;		

bindings_activate ()

public    static bool                   bindings_activate         ( Object              object,
                                                                    uint                keyval,
                                                                    Gdk.ModifierType    modifiers ) ;		

bindings_activate_event ()

public    static bool                   bindings_activate_event   ( Object              object,
                                                                    Gdk.EventKey        event ) ;		

check_version ()

public    static weak string            check_version             ( uint                required_major,
                                                                    uint                required_minor,
                                                                    uint                required_micro ) ;		

disable_setlocale ()

public    static void                   disable_setlocale         (  ) ;		

drag_begin ()

public    static weak Gdk.DragContext   drag_begin                ( Widget              widget,
                                                                    TargetList          targets,
                                                                    Gdk.DragAction      actions,
                                                                    int                 button,
                                                                    Gdk.Event           event ) ;		

drag_check_threshold ()

public    static bool                   drag_check_threshold      ( Widget              widget,
                                                                    int                 start_x,
                                                                    int                 start_y,
                                                                    int                 current_x,
                                                                    int                 current_y ) ;		

drag_dest_add_image_targets ()

public    static void                   drag_dest_add_image_targets ( Widget              widget ) ;		

drag_dest_add_text_targets ()

public    static void                   drag_dest_add_text_targets ( Widget              widget ) ;		

drag_dest_add_uri_targets ()

public    static void                   drag_dest_add_uri_targets ( Widget              widget ) ;		

drag_dest_find_target ()

public    static Gdk.Atom               drag_dest_find_target     ( Widget              widget,
                                                                    Gdk.DragContext     context,
                                                                    TargetList          target_list ) ;		

drag_dest_get_target_list ()

public    static weak TargetList        drag_dest_get_target_list ( Widget              widget ) ;		

drag_dest_get_track_motion ()

public    static bool                   drag_dest_get_track_motion ( Widget              widget ) ;		

drag_dest_set ()

public    static void                   drag_dest_set             ( Widget              widget,
                                                                    DestDefaults        flags,
                                                                    TargetEntry[]       targets,
                                                                    Gdk.DragAction      actions ) ;		

drag_dest_set_proxy ()

public    static void                   drag_dest_set_proxy       ( Widget              widget,
                                                                    Gdk.Window          proxy_window,
                                                                    Gdk.DragProtocol    protocol,
                                                                    bool                use_coordinates ) ;		

drag_dest_set_target_list ()

public    static void                   drag_dest_set_target_list ( Widget              widget,
                                                                    TargetList          target_list ) ;		

drag_dest_set_track_motion ()

public    static void                   drag_dest_set_track_motion ( Widget              widget,
                                                                    bool                track_motion ) ;		

drag_dest_unset ()

public    static void                   drag_dest_unset           ( Widget              widget ) ;		

drag_finish ()

public    static void                   drag_finish               ( Gdk.DragContext     context,
                                                                    bool                success,
                                                                    bool                del,
                                                                    uint                time_ ) ;		

drag_get_data ()

public    static void                   drag_get_data             ( Widget              widget,
                                                                    Gdk.DragContext     context,
                                                                    Gdk.Atom            target,
                                                                    uint                time_ ) ;		

drag_get_source_widget ()

public    static weak Widget            drag_get_source_widget    ( Gdk.DragContext     context ) ;		

drag_highlight ()

public    static void                   drag_highlight            ( Widget              widget ) ;		

drag_set_icon_default ()

public    static void                   drag_set_icon_default     ( Gdk.DragContext     context ) ;		

drag_set_icon_name ()

public    static void                   drag_set_icon_name        ( Gdk.DragContext     context,
                                                                    string              icon_name,
                                                                    int                 hot_x,
                                                                    int                 hot_y ) ;		

drag_set_icon_pixbuf ()

public    static void                   drag_set_icon_pixbuf      ( Gdk.DragContext     context,
                                                                    Gdk.Pixbuf          pixbuf,
                                                                    int                 hot_x,
                                                                    int                 hot_y ) ;		

drag_set_icon_pixmap ()

public    static void                   drag_set_icon_pixmap      ( Gdk.DragContext     context,
                                                                    Gdk.Colormap        colormap,
                                                                    Gdk.Pixmap          pixmap,
                                                                    Gdk.Bitmap          mask,
                                                                    int                 hot_x,
                                                                    int                 hot_y ) ;		

drag_set_icon_stock ()

public    static void                   drag_set_icon_stock       ( Gdk.DragContext     context,
                                                                    string              stock_id,
                                                                    int                 hot_x,
                                                                    int                 hot_y ) ;		

drag_set_icon_widget ()

public    static void                   drag_set_icon_widget      ( Gdk.DragContext     context,
                                                                    Widget              widget,
                                                                    int                 hot_x,
                                                                    int                 hot_y ) ;		

drag_source_add_image_targets ()

public    static void                   drag_source_add_image_targets ( Widget              widget ) ;		

drag_source_add_text_targets ()

public    static void                   drag_source_add_text_targets ( Widget              widget ) ;		

drag_source_add_uri_targets ()

public    static void                   drag_source_add_uri_targets ( Widget              widget ) ;		

drag_source_get_target_list ()

public    static weak TargetList        drag_source_get_target_list ( Widget              widget ) ;		

drag_source_set ()

public    static void                   drag_source_set           ( Widget              widget,
                                                                    Gdk.ModifierType    start_button_mask,
                                                                    TargetEntry[]       targets,
                                                                    Gdk.DragAction      actions ) ;		

drag_source_set_icon ()

public    static void                   drag_source_set_icon      ( Widget              widget,
                                                                    Gdk.Colormap        colormap,
                                                                    Gdk.Pixmap          pixmap,
                                                                    Gdk.Bitmap          mask ) ;		

drag_source_set_icon_name ()

public    static void                   drag_source_set_icon_name ( Widget              widget,
                                                                    string              icon_name ) ;		

drag_source_set_icon_pixbuf ()

public    static void                   drag_source_set_icon_pixbuf ( Widget              widget,
                                                                    Gdk.Pixbuf          pixbuf ) ;		

drag_source_set_icon_stock ()

public    static void                   drag_source_set_icon_stock ( Widget              widget,
                                                                    string              stock_id ) ;		

drag_source_set_target_list ()

public    static void                   drag_source_set_target_list ( Widget              widget,
                                                                    TargetList          target_list ) ;		

drag_source_unset ()

public    static void                   drag_source_unset         ( Widget              widget ) ;		

drag_unhighlight ()

public    static void                   drag_unhighlight          ( Widget              widget ) ;		

draw_insertion_cursor ()

public    static void                   draw_insertion_cursor     ( Widget              widget,
                                                                    Gdk.Drawable        drawable,
                                                                    Gdk.Rectangle       area,
                                                                    Gdk.Rectangle       location,
                                                                    bool                is_primary,
                                                                    TextDirection       direction,
                                                                    bool                draw_arrow ) ;		

events_pending ()

public    static bool                   events_pending            (  ) ;		

gc_get ()

public    static weak Gdk.GC            gc_get                    ( int                 depth,
                                                                    Gdk.Colormap        colormap,
                                                                    Gdk.GCValues        values,
                                                                    Gdk.GCValuesMask    values_mask ) ;		

gc_release ()

public    static void                   gc_release                ( Gdk.GC              gc ) ;		

get_current_event ()

public    static weak Gdk.Event         get_current_event         (  ) ;		

get_current_event_state ()

public    static bool                   get_current_event_state   ( Gdk.ModifierType    state ) ;		

get_current_event_time ()

public    static uint                   get_current_event_time    (  ) ;		

get_default_language ()

public    static weak Pango.Language    get_default_language      (  ) ;		

get_event_widget ()

public    static weak Widget            get_event_widget          ( Gdk.Event           event ) ;		

get_option_group ()

public    static GLib.OptionGroup       get_option_group          ( bool                open_default_display ) ;		

grab_add ()

public    static void                   grab_add                  ( Widget              widget ) ;		

grab_get_current ()

public    static weak Widget            grab_get_current          (  ) ;		

grab_remove ()

public    static void                   grab_remove               ( Widget              widget ) ;		

icon_size_from_name ()

public    static IconSize               icon_size_from_name       ( string              name ) ;		

icon_size_get_name ()

public    static weak string            icon_size_get_name        ( IconSize            size ) ;		

icon_size_lookup ()

public    static bool                   icon_size_lookup          ( IconSize            size,
                                                                    int                 width,
                                                                    int                 height ) ;		

icon_size_lookup_for_settings ()

public    static bool                   icon_size_lookup_for_settings ( Settings            settings,
                                                                    IconSize            size,
                                                                    int                 width,
                                                                    int                 height ) ;		

icon_size_register ()

public    static IconSize               icon_size_register        ( string              name,
                                                                    int                 width,
                                                                    int                 height ) ;		

icon_size_register_alias ()

public    static void                   icon_size_register_alias  ( string              alias,
                                                                    IconSize            target ) ;		

identifier_get_type ()

public    static GLib.Type              identifier_get_type       (  ) ;		

init ()

public    static void                   init                      ( string[]            argv ) ;		

init_add ()

public    static void                   init_add                  ( Function            function,
                                                                    void**              data ) ;		

init_check ()

public    static bool                   init_check                ( string[]            argv ) ;		

init_with_args ()

public    static bool                   init_with_args            ( string[]            argv,
                                                                    string              parameter_string,
                                                                    GLib.OptionEntry[]  entries,
                                                                    string              translation_domain ) 
                                                             throws GLib.Error;		

key_snooper_install ()

public    static uint                   key_snooper_install       ( KeySnoopFunc        snooper,
                                                                    void**              func_data ) ;		

key_snooper_remove ()

public    static void                   key_snooper_remove        ( uint                snooper_handler_id ) ;		

main ()

public    static void                   main                      (  ) ;		

main_do_event ()

public    static void                   main_do_event             ( Gdk.Event           event ) ;		

main_iteration ()

public    static bool                   main_iteration            (  ) ;		

main_iteration_do ()

public    static bool                   main_iteration_do         ( bool                blocking ) ;		

main_level ()

public    static uint                   main_level                (  ) ;		

main_quit ()

public    static void                   main_quit                 (  ) ;		

paint_arrow ()

public    static void                   paint_arrow               ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    ArrowType           arrow_type,
                                                                    bool                fill,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;		

paint_box ()

public    static void                   paint_box                 ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;		

paint_box_gap ()

public    static void                   paint_box_gap             ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height,
                                                                    PositionType        gap_side,
                                                                    int                 gap_x,
                                                                    int                 gap_width ) ;		

paint_check ()

public    static void                   paint_check               ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;		

paint_diamond ()

public    static void                   paint_diamond             ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;		

paint_expander ()

public    static void                   paint_expander            ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    ExpanderStyle       expander_style ) ;		

paint_extension ()

public    static void                   paint_extension           ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height,
                                                                    PositionType        gap_side ) ;		

paint_flat_box ()

public    static void                   paint_flat_box            ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;		

paint_focus ()

public    static void                   paint_focus               ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;		

paint_handle ()

public    static void                   paint_handle              ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height,
                                                                    Orientation         orientation ) ;		

paint_hline ()

public    static void                   paint_hline               ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x1,
                                                                    int                 x2,
                                                                    int                 y ) ;		

paint_layout ()

public    static void                   paint_layout              ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    bool                use_text,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    Pango.Layout        layout ) ;		

paint_option ()

public    static void                   paint_option              ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;		

paint_polygon ()

public    static void                   paint_polygon             ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    Gdk.Point           points,
                                                                    int                 npoints,
                                                                    bool                fill ) ;		

paint_resize_grip ()

public    static void                   paint_resize_grip         ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    Gdk.WindowEdge      edge,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;		

paint_shadow ()

public    static void                   paint_shadow              ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;		

paint_shadow_gap ()

public    static void                   paint_shadow_gap          ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height,
                                                                    PositionType        gap_side,
                                                                    int                 gap_x,
                                                                    int                 gap_width ) ;		

paint_slider ()

public    static void                   paint_slider              ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height,
                                                                    Orientation         orientation ) ;		

paint_tab ()

public    static void                   paint_tab                 ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    ShadowType          shadow_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height ) ;		

paint_vline ()

public    static void                   paint_vline               ( Style               style,
                                                                    Gdk.Window          window,
                                                                    StateType           state_type,
                                                                    Gdk.Rectangle       area,
                                                                    Widget              widget,
                                                                    string              detail,
                                                                    int                 y1_,
                                                                    int                 y2_,
                                                                    int                 x ) ;		

parse_args ()

public    static bool                   parse_args                ( int                 argc,
                                                                    string[]            argv ) ;		

print_error_quark ()

public    static GLib.Quark             print_error_quark         (  ) ;		

print_run_page_setup_dialog ()

public    static weak PageSetup         print_run_page_setup_dialog ( Window              parent,
                                                                    PageSetup           page_setup,
                                                                    PrintSettings       settings ) ;		

print_run_page_setup_dialog_async ()

public    static void                   print_run_page_setup_dialog_async ( Window              parent,
                                                                    PageSetup           page_setup,
                                                                    PrintSettings       settings,
                                                                    PageSetupDoneFunc   done_cb,
                                                                    void**              data ) ;		

propagate_event ()

public    static void                   propagate_event           ( Widget              widget,
                                                                    Gdk.Event           event ) ;		

quit_add ()

public    static uint                   quit_add                  ( uint                main_level,
                                                                    Function            function,
                                                                    void**              data ) ;		

quit_add_destroy ()

public    static void                   quit_add_destroy          ( uint                main_level,
                                                                    Object              object ) ;		

quit_remove ()

public    static void                   quit_remove               ( uint                quit_handler_id ) ;		

quit_remove_by_data ()

public    static void                   quit_remove_by_data       ( void**              data ) ;		

rc_add_default_file ()

public    static void                   rc_add_default_file       ( string              filename ) ;		

rc_find_module_in_path ()

public    static weak string            rc_find_module_in_path    ( string              module_file ) ;		

rc_find_pixmap_in_path ()

public    static weak string            rc_find_pixmap_in_path    ( Settings            settings,
                                                                    GLib.Scanner        scanner,
                                                                    string              pixmap_file ) ;		

rc_get_default_files ()

public    static weak string            rc_get_default_files      (  ) ;		

rc_get_im_module_file ()

public    static weak string            rc_get_im_module_file     (  ) ;		

rc_get_im_module_path ()

public    static weak string            rc_get_im_module_path     (  ) ;		

rc_get_module_dir ()

public    static weak string            rc_get_module_dir         (  ) ;		

rc_get_style ()

public    static weak Style             rc_get_style              ( Widget              widget ) ;		

rc_get_style_by_paths ()

public    static weak Style             rc_get_style_by_paths     ( Settings            settings,
                                                                    string              widget_path,
                                                                    string              class_path,
                                                                    GLib.Type           type ) ;		

rc_get_theme_dir ()

public    static weak string            rc_get_theme_dir          (  ) ;		

rc_parse ()

public    static void                   rc_parse                  ( string              filename ) ;		

rc_parse_color ()

public    static uint                   rc_parse_color            ( GLib.Scanner        scanner,
                                                                    Gdk.Color           color ) ;		

rc_parse_color_full ()

public    static uint                   rc_parse_color_full       ( GLib.Scanner        scanner,
                                                                    RcStyle             style,
                                                                    Gdk.Color           color ) ;		

rc_parse_priority ()

public    static uint                   rc_parse_priority         ( GLib.Scanner        scanner,
                                                                    PathPriorityType    priority ) ;		

rc_parse_state ()

public    static uint                   rc_parse_state            ( GLib.Scanner        scanner,
                                                                    StateType           state ) ;		

rc_parse_string ()

public    static void                   rc_parse_string           ( string              rc_string ) ;		

rc_reparse_all ()

public    static bool                   rc_reparse_all            (  ) ;		

rc_reparse_all_for_settings ()

public    static bool                   rc_reparse_all_for_settings ( Settings            settings,
                                                                    bool                force_load ) ;		

rc_reset_styles ()

public    static void                   rc_reset_styles           ( Settings            settings ) ;		

rc_scanner_new ()

public    static weak GLib.Scanner      rc_scanner_new            (  ) ;		

rc_set_default_files ()

public    static void                   rc_set_default_files      ( string              filenames ) ;		

selection_add_target ()

public    static void                   selection_add_target      ( Widget              widget,
                                                                    Gdk.Atom            selection,
                                                                    Gdk.Atom            target,
                                                                    uint                info ) ;		

selection_add_targets ()

public    static void                   selection_add_targets     ( Widget              widget,
                                                                    Gdk.Atom            selection,
                                                                    TargetEntry[]       targets,
                                                                    uint                ntargets ) ;		

selection_clear_targets ()

public    static void                   selection_clear_targets   ( Widget              widget,
                                                                    Gdk.Atom            selection ) ;		

selection_convert ()

public    static bool                   selection_convert         ( Widget              widget,
                                                                    Gdk.Atom            selection,
                                                                    Gdk.Atom            target,
                                                                    uint                time_ ) ;		

selection_owner_set ()

public    static bool                   selection_owner_set       ( Widget              widget,
                                                                    Gdk.Atom            selection,
                                                                    uint                time_ ) ;		

selection_owner_set_for_display ()

public    static bool                   selection_owner_set_for_display ( Gdk.Display         display,
                                                                    Widget              widget,
                                                                    Gdk.Atom            selection,
                                                                    uint                time_ ) ;		

selection_remove_all ()

public    static void                   selection_remove_all      ( Widget              widget ) ;		

set_locale ()

public    static weak string            set_locale                (  ) ;		

show_about_dialog ()

public    static void                   show_about_dialog         ( Window              parent,
                                                                    ... ) ;		

stock_add ()

public    static void                   stock_add                 ( StockItem[]         items ) ;		

stock_add_static ()

public    static void                   stock_add_static          ( StockItem[]         items ) ;		

stock_list_ids ()

public    static weak GLib.SList        stock_list_ids            (  ) ;		

stock_lookup ()

public    static bool                   stock_lookup              ( string              stock_id,
                                                                    StockItem           item ) ;		

stock_set_translate_func ()

public    static void                   stock_set_translate_func  ( string              domain,
                                                                    TranslateFunc       func,
                                                                    void**              data,
                                                                    DestroyNotify       notify ) ;		

target_table_free ()

public    static void                   target_table_free         ( TargetEntry[]       targets ) ;		

target_table_new_from_list ()

public    static TargetEntry            target_table_new_from_list ( TargetList          list,
                                                                    int                 n_targets ) ;		

targets_include_image ()

public    static bool                   targets_include_image     ( Gdk.Atom[]          targets,
                                                                    bool                writable ) ;		

targets_include_rich_text ()

public    static bool                   targets_include_rich_text ( Gdk.Atom[]          targets,
                                                                    TextBuffer          buffer ) ;		

targets_include_text ()

public    static bool                   targets_include_text      ( Gdk.Atom[]          targets ) ;		

targets_include_uri ()

public    static bool                   targets_include_uri       ( Gdk.Atom[]          targets ) ;		

tree_get_row_drag_data ()

public    static bool                   tree_get_row_drag_data    ( SelectionData       selection_data,
                                                                    weak TreeModel      tree_model,
                                                                    weak TreePath       path ) ;		

tree_set_row_drag_data ()

public    static bool                   tree_set_row_drag_data    ( SelectionData       selection_data,
                                                                    TreeModel           tree_model,
                                                                    TreePath            path ) ;		


Created by Valadoc