hildon-1 Reference Manual

Synopsis

public    static int                    get_icon_pixel_size       ( Gtk.IconSize        size ) ;
public    static bool                   helper_event_button_is_finger ( Gdk.EventButton     event ) ;
public    static void                   helper_set_insensitive_message ( Gtk.Widget          widget,
                                                                    string              message ) ;
public    static void                   helper_set_insensitive_messagef ( Gtk.Widget          widget,
                                                                    string              format ) ;
public    static ulong                  helper_set_logical_color  ( Gtk.Widget          widget,
                                                                    Gtk.RcFlags         rcflags,
                                                                    Gtk.StateType       state,
                                                                    string              logicalcolorname ) ;
public    static ulong                  helper_set_logical_font   ( Gtk.Widget          widget,
                                                                    string              logicalfontname ) ;
public    static void                   helper_set_thumb_scrollbar ( Gtk.ScrolledWindow  win,
                                                                    bool                thumb ) ;
public    static void                   play_system_sound         ( string              sample ) ;

Details

get_icon_pixel_size ()

public    static int                    get_icon_pixel_size       ( Gtk.IconSize        size ) ;		

helper_event_button_is_finger ()

public    static bool                   helper_event_button_is_finger ( Gdk.EventButton     event ) ;		

helper_set_insensitive_message ()

public    static void                   helper_set_insensitive_message ( Gtk.Widget          widget,
                                                                    string              message ) ;		

helper_set_insensitive_messagef ()

public    static void                   helper_set_insensitive_messagef ( Gtk.Widget          widget,
                                                                    string              format ) ;		

helper_set_logical_color ()

public    static ulong                  helper_set_logical_color  ( Gtk.Widget          widget,
                                                                    Gtk.RcFlags         rcflags,
                                                                    Gtk.StateType       state,
                                                                    string              logicalcolorname ) ;		

helper_set_logical_font ()

public    static ulong                  helper_set_logical_font   ( Gtk.Widget          widget,
                                                                    string              logicalfontname ) ;		

helper_set_thumb_scrollbar ()

public    static void                   helper_set_thumb_scrollbar ( Gtk.ScrolledWindow  win,
                                                                    bool                thumb ) ;		

play_system_sound ()

public    static void                   play_system_sound         ( string              sample ) ;		


Created by Valadoc