gtk+-2.0 Reference Manual

Synopsis

public class AccelMap : Object  {
    public    signal void               changed                   ( string              p0,
                                                                    uint                p1,
                                                                    Gdk.ModifierType    p2 )  ;


    public    static void               add_entry                 ( string              accel_path,
                                                                    uint                accel_key,
                                                                    Gdk.ModifierType    accel_mods ) ;
    public    static void               add_filter                ( string              filter_pattern ) ;
    public    static bool               change_entry              ( string              accel_path,
                                                                    uint                accel_key,
                                                                    Gdk.ModifierType    accel_mods,
                                                                    bool                replace ) ;
    public    static void               foreach                   ( void**              data,
                                                                    AccelMapForeach     foreach_func ) ;
    public    static void               foreach_unfiltered        ( void**              data,
                                                                    AccelMapForeach     foreach_func ) ;
    public    static weak AccelMap      get                       (  ) ;
    public    static void               load                      ( string              file_name ) ;
    public    static void               load_fd                   ( int                 fd ) ;
    public    static void               load_scanner              ( GLib.Scanner        scanner ) ;
    public    static void               lock_path                 ( string              accel_path ) ;
    public    static bool               lookup_entry              ( string              accel_path,
                                                                    AccelKey            key ) ;
    public    static void               save                      ( string              file_name ) ;
    public    static void               save_fd                   ( int                 fd ) ;
    public    static void               unlock_path               ( string              accel_path ) ;
}

AccelMap Description

Details

Constructor Details

Field Details

Signal Details

changed
    public    signal void               changed                   ( string              p0,
                                                                    uint                p1,
                                                                    Gdk.ModifierType    p2 )  ;		

Property Details

Method Details

add_entry ()
    public    static void               add_entry                 ( string              accel_path,
                                                                    uint                accel_key,
                                                                    Gdk.ModifierType    accel_mods ) ;		

add_filter ()
    public    static void               add_filter                ( string              filter_pattern ) ;		

change_entry ()
    public    static bool               change_entry              ( string              accel_path,
                                                                    uint                accel_key,
                                                                    Gdk.ModifierType    accel_mods,
                                                                    bool                replace ) ;		

foreach ()
    public    static void               foreach                   ( void**              data,
                                                                    AccelMapForeach     foreach_func ) ;		

foreach_unfiltered ()
    public    static void               foreach_unfiltered        ( void**              data,
                                                                    AccelMapForeach     foreach_func ) ;		

get ()
    public    static weak AccelMap      get                       (  ) ;		

load ()
    public    static void               load                      ( string              file_name ) ;		

load_fd ()
    public    static void               load_fd                   ( int                 fd ) ;		

load_scanner ()
    public    static void               load_scanner              ( GLib.Scanner        scanner ) ;		

lock_path ()
    public    static void               lock_path                 ( string              accel_path ) ;		

lookup_entry ()
    public    static bool               lookup_entry              ( string              accel_path,
                                                                    AccelKey            key ) ;		

save ()
    public    static void               save                      ( string              file_name ) ;		

save_fd ()
    public    static void               save_fd                   ( int                 fd ) ;		

unlock_path ()
    public    static void               unlock_path               ( string              accel_path ) ;		


Created by Valadoc